mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +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
|
||||
- ln -s vars_x86linux_x11 vars
|
||||
- make clean ; make
|
||||
- cp config.txt ..
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplusx
|
||||
- config.txt
|
||||
expire_in: 5 minutes
|
||||
|
||||
package-ubuntu-x:
|
||||
tags:
|
||||
- ubuntu
|
||||
stage: package
|
||||
script:
|
||||
- cp config.txt ..
|
||||
artifacts:
|
||||
paths:
|
||||
- gsplusx
|
||||
|
Loading…
Reference in New Issue
Block a user