test
This commit is contained in:
parent
4af56037db
commit
abda233def
1 changed files with 5 additions and 0 deletions
|
|
@ -6,3 +6,8 @@ sudo: false
|
|||
install: curl --insecure -sSL https://lua.pschneider.fr/files/Paul/dnx-install.sh | bash && DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh && cd Yavsc && dnu restore
|
||||
script:
|
||||
- "dnu build"
|
||||
- "cd ../test"
|
||||
- "dnu restore"
|
||||
- "dnu build"
|
||||
- "dnx test"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue