fghjk
This commit is contained in:
parent
95af6e6ae0
commit
29a557f15c
@ -7,7 +7,7 @@ steps:
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Sy --noconfirm
|
||||
- pacman -S cmake make ninja clang --noconfirm
|
||||
- pacman -S cmake make libffi ninja clang --noconfirm
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
|
||||
@ -19,7 +19,7 @@ steps:
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Sy --noconfirm
|
||||
- pacman -S cmake make ninja clang --noconfirm
|
||||
- pacman -S cmake make ninja libffi clang --noconfirm
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
|
||||
|
Loading…
Reference in New Issue
Block a user