From 0ad047fe49bd23af27aa49c9a5237eb084ebc391 Mon Sep 17 00:00:00 2001 From: zhiayang <500236+zhiayang@users.noreply.github.com> Date: Sun, 6 Oct 2019 23:08:45 +0800 Subject: [PATCH] Update semaphore.yml --- .semaphore/semaphore.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 0f86b225..756bed80 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -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