Add "make nunit" step to Travis
Historically, this wasn't working, but it should be more stable now.
This commit is contained in:
@@ -28,12 +28,14 @@ env:
|
|||||||
# Run the build script
|
# Run the build script
|
||||||
# Check source code with StyleCop
|
# Check source code with StyleCop
|
||||||
# call OpenRA to check for YAML errors
|
# call OpenRA to check for YAML errors
|
||||||
|
# Run the NUnit tests
|
||||||
script:
|
script:
|
||||||
- travis_retry make all-dependencies
|
- travis_retry make all-dependencies
|
||||||
- make all
|
- make all
|
||||||
- make check
|
- make check
|
||||||
- make check-scripts
|
- make check-scripts
|
||||||
- make test
|
- make test
|
||||||
|
- make nunit
|
||||||
|
|
||||||
# Automatically update the trait documentation and Lua API
|
# Automatically update the trait documentation and Lua API
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user