mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 07:33:11 +00:00
Add .travis.yml
This commit is contained in:
parent
0a107dfd1a
commit
da041b8c60
23
.travis.yml
Normal file
23
.travis.yml
Normal file
@ -0,0 +1,23 @@
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
language: c
|
||||
|
||||
env:
|
||||
- BRANCH="travis"
|
||||
- BRANCH="devel"
|
||||
|
||||
install:
|
||||
- git clone -b $BRANCH git://github.com/Araq/Nim.git; cd Nim; git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources; cd csources && sh build.sh; cd ..; bin/nim c koch; ./koch boot -d:release; cd ..
|
||||
|
||||
before_script:
|
||||
- set -e
|
||||
- set -x
|
||||
- export PATH=`pwd`/Nim/bin:$PATH
|
||||
|
||||
script:
|
||||
- nim c -d:ssl -r package_scanner.nim
|
||||
|
||||
notifications:
|
||||
email: false # noisy
|
||||
Loading…
x
Reference in New Issue
Block a user