mirror of
https://github.com/pleonex/NitroDebugger.git
synced 2025-06-18 13:15:39 -04:00
💚 Remove old dependency from CI
This commit is contained in:
parent
9231d38dc8
commit
e9307a08d2
11
.travis.yml
11
.travis.yml
@ -5,21 +5,10 @@ solution: NitroDebugger.sln
|
||||
# Use the new Travis CI infrastructure
|
||||
sudo: false
|
||||
|
||||
# Handle git submodules yourself
|
||||
git:
|
||||
submodules: false
|
||||
|
||||
# Use sed to replace the SSH URL with the public URL, then initialize submodules
|
||||
before_install:
|
||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||
- git submodule update --init --recursive
|
||||
|
||||
install:
|
||||
- nuget restore libgame/libgame.sln
|
||||
- nuget restore NitroDebugger.sln
|
||||
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
|
||||
|
||||
script:
|
||||
- xbuild libgame/libgame.sln
|
||||
- xbuild NitroDebugger.sln
|
||||
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe NitroDebugger.UnitTests/bin/Debug/NitroDebugger.UnitTests.dll
|
||||
|
Loading…
Reference in New Issue
Block a user