File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v1
12
12
- run : git config --global --add safe.directory /__w/wayfire/wayfire
13
13
- run : git submodule sync --recursive && git submodule update --init --force --recursive
14
- - run : meson build -Dtests=enabled -Db_pch=true
14
+ - run : (cd subprojects/wlroots && meson build --prefix=/usr && ninja -C build install)
15
+ - run : meson build -Dtests=enabled -Db_pch=true -Duse_system_wlroots=enabled --unity on
15
16
- run : ninja -v -Cbuild
16
17
- run : ninja -v -Cbuild test
17
18
test_glibc_llvm :
28
29
- uses : actions/checkout@v1
29
30
- run : git config --global --add safe.directory /__w/wayfire/wayfire
30
31
- run : git submodule sync --recursive && git submodule update --init --force --recursive
31
- - run : env CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld -stdlib=libc++" meson build -Db_pch=true
32
+ - run : (cd subprojects/wlroots && env CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld -stdlib=libc++" meson build --prefix=/usr && ninja -C build install)
33
+ - run : env CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld -stdlib=libc++" meson build -Db_pch=true -Duse_system_wlroots=enabled --unity on
32
34
- run : ninja -v -Cbuild
33
35
- run : ninja -v -Cbuild test
34
36
test_code_style :
You can’t perform that action at this time.
0 commit comments