mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
move static file logic to package stage
This commit is contained in:
parent
966389b5ef
commit
b98dcd4fee
@ -12,17 +12,17 @@ build-ubuntu-x:
|
|||||||
- cd src
|
- cd src
|
||||||
- ln -s vars_x86linux_x11 vars
|
- ln -s vars_x86linux_x11 vars
|
||||||
- make clean ; make
|
- make clean ; make
|
||||||
- cp config.txt ..
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gsplusx
|
- gsplusx
|
||||||
- config.txt
|
|
||||||
expire_in: 5 minutes
|
expire_in: 5 minutes
|
||||||
|
|
||||||
package-ubuntu-x:
|
package-ubuntu-x:
|
||||||
tags:
|
tags:
|
||||||
- ubuntu
|
- ubuntu
|
||||||
stage: package
|
stage: package
|
||||||
|
script:
|
||||||
|
- cp config.txt ..
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gsplusx
|
- gsplusx
|
||||||
|
Loading…
Reference in New Issue
Block a user