build: linux libs

* libEGL
* stdc++
* ...
This commit is contained in:
Andreas Stallinger
2016-11-30 12:01:46 +01:00
parent 4d7a0d2653
commit 94ddd0d4f9
9 changed files with 103 additions and 42 deletions
+13
View File
@@ -0,0 +1,13 @@
image: st4ll1/coati_linux_64
Linux64:
stage: deploy
only:
- master
script:
- ./script/setup.sh
- ./script/buildonly.sh package
artifacts:
paths:
- distr
expire_in: 3 days