ci script for win32 build

This commit is contained in:
Dagen Brock 2016-04-24 09:50:51 -05:00
parent 6fdd04c78e
commit 78a1732ca5
1 changed files with 9 additions and 0 deletions

View File

@ -44,3 +44,12 @@ build-osx:
- make clean ; make
build-win32:
tags:
- windows
stage: build
script:
- cd src
- ln -s vars_win32 vars
- make clean ; make