test osx CI build

This commit is contained in:
Dagen Brock 2016-02-07 10:40:57 -06:00
parent da6aee2035
commit 435e22185b

View File

@ -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