From ca4fcadd837d81f17e56a40ee0c26b2d6d087458 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 12 May 2020 09:26:59 -0700 Subject: [PATCH] fixup --- .builds/netbsd.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .builds/netbsd.yml diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml deleted file mode 100644 index 25774e281a738..0000000000000 --- a/.builds/netbsd.yml +++ /dev/null @@ -1,32 +0,0 @@ -#image: netbsd/latest -image: netbsd/8.x -packages: -- gmake -- sqlite3 -- node -- boehm-gc -- pcre -- sfml -- sdl2 -- libffi -sources: -- https://github.com/nim-lang/Nim -environment: - CC: /usr/bin/clang -tasks: -- setup: | - cd Nim - git clone --depth 1 -q https://github.com/nim-lang/csources.git - gmake -C csources -j $(sysctl -n hw.ncpuonline) - bin/nim c koch - echo 'export PATH=$HOME/Nim/bin:$PATH' >> $HOME/.buildenv -- test: | - cd Nim - if ! ./koch runCI; then - nim c -r tools/ci_testresults.nim - exit 1 - fi -triggers: -- action: email - condition: failure - to: Andreas Rumpf