Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 30, 2020
1 parent 115b26d commit b06edd9
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
image: freebsd/latest
packages:
- databases/sqlite3
- devel/boehm-gc-threaded
- devel/pcre
- devel/sdl20
- devel/sfml
- www/node
- devel/gmake
- devel/git
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.ncpu)
bin/nim c --skipUserCfg --skipParentCfg 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 <rumpf_a@web.de>
# image: freebsd/latest
# packages:
# - databases/sqlite3
# - devel/boehm-gc-threaded
# - devel/pcre
# - devel/sdl20
# - devel/sfml
# - www/node
# - devel/gmake
# - devel/git
# 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.ncpu)
# bin/nim c --skipUserCfg --skipParentCfg 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 <rumpf_a@web.de>

0 comments on commit b06edd9

Please sign in to comment.