This commit is contained in:
Sagar Ramsaransing 2020-04-17 19:33:19 +00:00
parent 95af6e6ae0
commit 29a557f15c

View File

@ -7,7 +7,7 @@ steps:
image: archlinux image: archlinux
commands: commands:
- pacman -Sy --noconfirm - pacman -Sy --noconfirm
- pacman -S cmake make ninja clang --noconfirm - pacman -S cmake make libffi ninja clang --noconfirm
- mkdir build - mkdir build
- cd build - cd build
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ .. - cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
@ -19,7 +19,7 @@ steps:
image: archlinux image: archlinux
commands: commands:
- pacman -Sy --noconfirm - pacman -Sy --noconfirm
- pacman -S cmake make ninja clang --noconfirm - pacman -S cmake make ninja libffi clang --noconfirm
- mkdir build - mkdir build
- cd build - cd build
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ .. - cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..