mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
test osx CI build
This commit is contained in:
parent
da6aee2035
commit
435e22185b
@ -2,7 +2,6 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
|
||||
build-ubuntu:
|
||||
tags:
|
||||
- ubuntu
|
||||
@ -14,3 +13,13 @@ build-ubuntu:
|
||||
- make clean ; make
|
||||
|
||||
|
||||
build-osx:
|
||||
tags:
|
||||
- osx
|
||||
stage: build
|
||||
script:
|
||||
- cd src
|
||||
- ln -s vars_osx_sdl2 vars
|
||||
- make clean ; make
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user