Skip to content

Commit

Permalink
ci: enable faster compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Sep 4, 2023
1 parent 9a2d2c1 commit 88c8eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- run: git config --global --add safe.directory /__w/wayfire/wayfire
- run: git submodule sync --recursive && git submodule update --init --force --recursive
- run: meson build -Dtests=enabled
- run: meson build -Dtests=enabled -Db_pch=true
- run: ninja -v -Cbuild
- run: ninja -v -Cbuild test
test_glibc_llvm:
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v1
- run: git config --global --add safe.directory /__w/wayfire/wayfire
- run: git submodule sync --recursive && git submodule update --init --force --recursive
- run: env CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld -stdlib=libc++" meson build
- run: env CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld -stdlib=libc++" meson build -Db_pch=true
- run: ninja -v -Cbuild
- run: ninja -v -Cbuild test
test_code_style:
Expand Down

0 comments on commit 88c8eca

Please sign in to comment.