Skip to content

Commit

Permalink
Simplify Cirrus setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 23, 2023
1 parent 07d81a0 commit 748c151
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ freebsd_task:
# LLVM_VERSION: 14
LLVM_VERSION: 15
LLVM_VERSION: 16
matrix:
# USE_CMAKE: 0
USE_CMAKE: 1
install_script: pkg install -y bash coreutils cmake gmake llvm$LLVM_VERSION
script: |
export LLVM_CONFIG=llvm-config$LLVM_VERSION
export CLANG=clang$LLVM_VERSION
export MAKE=gmake
export CC=cc
bash travis.sh
Expand Down

0 comments on commit 748c151

Please sign in to comment.