mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Merge pull request #3 from Laupetin/feature/artifact-upload
Upload artifacts after ci
This commit is contained in:
commit
dd1114dd3d
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -46,6 +46,12 @@ jobs:
|
|||||||
./ParserTests
|
./ParserTests
|
||||||
./ZoneCodeGeneratorLibTests
|
./ZoneCodeGeneratorLibTests
|
||||||
./ZoneCommonTests
|
./ZoneCommonTests
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: oat-linux
|
||||||
|
path: |
|
||||||
|
${{ github.workspace }}/build/bin/Release_x86
|
||||||
|
|
||||||
build-test-windows:
|
build-test-windows:
|
||||||
env:
|
env:
|
||||||
@ -81,3 +87,9 @@ jobs:
|
|||||||
./ParserTests
|
./ParserTests
|
||||||
./ZoneCodeGeneratorLibTests
|
./ZoneCodeGeneratorLibTests
|
||||||
./ZoneCommonTests
|
./ZoneCommonTests
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: oat-windows
|
||||||
|
path: |
|
||||||
|
${{ github.workspace }}/build/bin/Release_x86
|
@ -51,6 +51,7 @@ workspace "OpenAssetTools"
|
|||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
defines "NDEBUG"
|
defines "NDEBUG"
|
||||||
optimize "Full"
|
optimize "Full"
|
||||||
|
symbols "Off"
|
||||||
flags {
|
flags {
|
||||||
"FatalWarnings"
|
"FatalWarnings"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user