flightgear-airports-old/.travis.yml

32 lines
633 B
YAML
Raw Normal View History

2019-11-06 05:43:18 +08:00
# Commented sections below can be used to run tests on the CI server
# https://simulatedgreg.gitbooks.io/electron-vue/content/en/testing.html#on-the-subject-of-ci-testing
osx_image: xcode8.3
sudo: required
dist: trusty
language: c
matrix:
include:
- os: osx
2020-03-04 17:55:42 +08:00
- os: windows
# language: node_js
# node_js: "8"
2019-11-06 05:43:18 +08:00
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
cache:
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
addons:
before_install:
install:
- source ~/.bashrc
- npm install -g xvfb-maybe
2020-03-04 19:58:26 +08:00
- npm install
2019-11-06 05:43:18 +08:00
script:
2020-03-04 19:58:26 +08:00
- npm run build
2019-11-06 05:43:18 +08:00
branches:
only:
- master