mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Enable FreeBSD Travis-CI build
This commit is contained in:
parent
53c1989eba
commit
25a477a7e4
24
.travis.yml
24
.travis.yml
|
@ -73,12 +73,12 @@ matrix:
|
|||
services: [docker]
|
||||
install: .travis/$JOB install
|
||||
script: .travis/$JOB script
|
||||
# - stage: "Stage 1"
|
||||
# env: JOB=cmake-freebsd
|
||||
# if: type IN (push, api, cron)
|
||||
# sudo: required
|
||||
# install: .travis/$JOB-stage1 install
|
||||
# script: .travis/$JOB-stage1 script
|
||||
- stage: "Stage 1"
|
||||
if: type IN (push, api, cron)
|
||||
env: JOB=cmake-freebsd
|
||||
sudo: required
|
||||
install: .travis/$JOB-stage1 install
|
||||
script: .travis/$JOB-stage1 script
|
||||
- stage: "Stage 1"
|
||||
if: type IN (push, api, cron)
|
||||
env: JOB=cmake-osx
|
||||
|
@ -90,12 +90,12 @@ matrix:
|
|||
env: JOB=tox-bootstrapd-docker
|
||||
services: [docker]
|
||||
script: .travis/$JOB
|
||||
# - stage: "Stage 2"
|
||||
# env: JOB=cmake-freebsd
|
||||
# if: type IN (push, api, cron)
|
||||
# sudo: required
|
||||
# install: .travis/$JOB-stage2 install
|
||||
# script: .travis/$JOB-stage2 script
|
||||
- stage: "Stage 2"
|
||||
if: type IN (push, api, cron)
|
||||
env: JOB=cmake-freebsd
|
||||
sudo: required
|
||||
install: .travis/$JOB-stage2 install
|
||||
script: .travis/$JOB-stage2 script
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Reference in New Issue
Block a user