Skip to content

Commit

Permalink
feat: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCat6142 committed Aug 13, 2024
1 parent 14ff92e commit 55da0b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/meson.yml → .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Meson CI
name: C++ CI

on:
push:
Expand All @@ -13,14 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Setup Meson
run: pip3 install --user meson
- name: Install Ninja & LLD
run: |
sudo apt-get update
sudo apt-get install ninja-build lld
- name: Build
run: |
meson setup ./build
cmake -S . -B build --preset=default
ninja -v -C ./build

0 comments on commit 55da0b3

Please sign in to comment.