Skip to content
Snippets Groups Projects
Commit f3a4ae61 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Move gcc/Linux into its own job, tagged "linux".

Add Windows build job.
parent cd9b8ce3
Branches
Tags
No related merge requests found
# This file is a template, and might need editing before it works on your project. linux job:
# use the official gcc image, based on debian tags: linux
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: gcc image: gcc
build-sbbs: build-sbbs:
...@@ -51,8 +49,18 @@ build-syncterm: ...@@ -51,8 +49,18 @@ build-syncterm:
paths: paths:
- "src/syncterm/*.exe.release/*" - "src/syncterm/*.exe.release/*"
# run tests using the binary built before
#test: window job:
# stage: test tags: windows
# script:
# - ./runmytests.sh build-sbbs:
stage: build
script:
- cd src/sbbs3
- build.bat
artifacts:
name: sbbs
paths:
- "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment