forked from EvilBeaver/OneScript
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
15 lines (15 loc) · 624 Bytes
/
Copy path.travis.yml
File metadata and controls
15 lines (15 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: csharp
sudo: required
dotnet: 2.0.0
solution: src/1Script_Mono.sln
install:
- wget oscript.io/Downloads/latest/x64/deb && sudo dpkg -i deb
- sudo opm install oscript-config
- sudo opm install logos
- sudo opm install asserts
- dotnet restore ${TRAVIS_SOLUTION} /p:Configuration=Release /p:Platform=x86
- nuget restore ${TRAVIS_SOLUTION}
script:
- msbuild ${TRAVIS_SOLUTION} /p:Configuration="Release" /p:Platform="x86"
- echo "lib.system=`oscript-config get lib.system`" > src/oscript/bin/x86/Release/net452/oscript.cfg
- ./travis-runtests.sh src/oscript/bin/x86/Release/net452