mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Remove old gitlab ci configuration
This commit is contained in:
parent
8902261517
commit
e88f697ef3
@ -1,36 +0,0 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
build-gcc:
|
||||
image: laupetin/gcc-9-multilib:latest
|
||||
stage: build
|
||||
interruptible: true
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
tags:
|
||||
- build
|
||||
- docker
|
||||
- linux
|
||||
script:
|
||||
- "./generate.sh"
|
||||
- "./scripts/make-release.sh"
|
||||
|
||||
test-gcc:
|
||||
image: laupetin/gcc-9-multilib:latest
|
||||
stage: test
|
||||
interruptible: true
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
tags:
|
||||
- build
|
||||
- docker
|
||||
- linux
|
||||
script:
|
||||
- "./build/lib/Release_x86/tests/ObjCommonTests"
|
||||
- "./build/lib/Release_x86/tests/ObjLoadingTests"
|
||||
- "./build/lib/Release_x86/tests/ParserTests"
|
||||
- "./build/lib/Release_x86/tests/ZoneCodeGeneratorLibTests"
|
||||
- "./build/lib/Release_x86/tests/ZoneCommonTests"
|
Loading…
x
Reference in New Issue
Block a user