Skip to content

Commit

Permalink
Update semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang authored Oct 6, 2019
1 parent b7c0f55 commit 0ad047f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,3 @@ blocks:
- build/sysroot/usr/local/bin/flaxc -sysroot build/sysroot -profile -run -backend llvm build/tester.flx
- build/sysroot/usr/local/bin/flaxc -sysroot build/sysroot -profile -run -backend interp build/tester.flx
- build/sysroot/usr/local/bin/flaxc -sysroot build/sysroot -profile build/tester.flx && ./tester
- name: "macos-build"
task:
agent:
machine:
type: a1-standard-4
os_image: macos-mojave
jobs:
- name: build
commands:
- checkout
- HOMEBREW_NO_INSTALL_CLEANUP=1 brew install llvm@7 mpfr libffi
- PATH="/usr/local/opt/llvm@7/bin:$PATH" LLVM_CONFIG=llvm-config make -j4 build
- build/sysroot/usr/local/bin/flaxc -sysroot build/sysroot -profile -run -backend llvm build/tester.flx
- build/sysroot/usr/local/bin/flaxc -sysroot build/sysroot -profile -run -backend interp build/tester.flx
- build/sysroot/usr/local/bin/flaxc -sysroot build/sysroot -profile build/tester.flx && ./tester

0 comments on commit 0ad047f

Please sign in to comment.