mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +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
|
||||
./ZoneCodeGeneratorLibTests
|
||||
./ZoneCommonTests
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: oat-linux
|
||||
path: |
|
||||
${{ github.workspace }}/build/bin/Release_x86
|
||||
|
||||
build-test-windows:
|
||||
env:
|
||||
@ -81,3 +87,9 @@ jobs:
|
||||
./ParserTests
|
||||
./ZoneCodeGeneratorLibTests
|
||||
./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"
|
||||
defines "NDEBUG"
|
||||
optimize "Full"
|
||||
symbols "Off"
|
||||
flags {
|
||||
"FatalWarnings"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user