Skip to content

Commit

Permalink
[simd] Updated .gitlab-ci.yml to use bootstrapping build
Browse files Browse the repository at this point in the history
  • Loading branch information
joy2myself committed Aug 22, 2022
1 parent 6f8c0a9 commit 3839711
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:

script:
- mkdir build
- cd build
- cmake ../runtimes -G Ninja -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" -DCMAKE_C_COMPILER="$(which clang)" -DCMAKE_CXX_COMPILER="$(which clang++)"
- ninja cxx-test-depends
- bin/llvm-lit -sv libcxx/test/std/experimental/simd
- cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" -DLLVM_RUNTIME_TARGETS="x86_64-unknown-linux-gnu"
- ninja -C build runtimes
- ninja -C build runtimes-test-depends
- build/bin/llvm-lit -sv build/runtimes/runtimes-x86_64-unknown-linux-gnu-bins/libcxx/test/std/experimental/simd/

0 comments on commit 3839711

Please sign in to comment.