mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 09:55:19 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
39
dependencies/drivelist/.travis.yml
vendored
Normal file
39
dependencies/drivelist/.travis.yml
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 10
|
||||
- 8
|
||||
- 6
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
pip install --user -r requirements.txt;
|
||||
else
|
||||
pip2 install -r requirements.txt;
|
||||
fi
|
||||
script:
|
||||
- npm test
|
||||
compiler: clang-4.0
|
||||
env:
|
||||
global:
|
||||
- CCACHE_TEMPDIR=/tmp/.ccache-temp
|
||||
- CCACHE_COMPRESS=1
|
||||
- CC="clang"
|
||||
- CXX="clang++"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libstdc++-5-dev
|
||||
notifications:
|
||||
email: false
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
script: ./ci/prebuild-publish.sh
|
||||
on:
|
||||
node: 10
|
||||
tags: true
|
||||
branch: master
|
Loading…
Add table
Add a link
Reference in a new issue