mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-05 15:55:34 +00:00
Updated CI server build commands to produce NuGet packages.
This commit is contained in:
parent
ec8104fbda
commit
e546cae95d
|
@ -6,4 +6,4 @@ before_install:
|
||||||
- chmod +x build.sh
|
- chmod +x build.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build.sh All
|
- ./build.sh NuGet
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: build.cmd
|
- cmd: build.cmd NuGet
|
||||||
test: off
|
test: off
|
||||||
version: 0.0.1.{build}
|
version: 0.0.1.{build}
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue