Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Mar 24, 2022
1 parent 8fe4746 commit 4f612fd
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 175 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: osx
language: node_js
node_js: '14.15.4'
node_js: '14.17.4'
osx_image: xcode10.2

jobs:
include:
- os: osx
osx_image: xcode10.2
language: node_js
node_js: '14.15.4'
node_js: '14.17.4'
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
Expand All @@ -22,33 +22,34 @@ jobs:
script:
- node --version
- yarn --version
- yarn install
- yarn test
- yarn
# - yarn test
- yarn run build:mw

- os: linux
services: xvfb
language: node_js
node_js: '14.15.4'
node_js: '14.17.4'
before_install:
- sudo apt-get update
- sudo apt-get -y install rpm
script:
- node --version
- yarn --version
- yarn install
- yarn test
- yarn
# - yarn test
- yarn build:linux
- yarn build:snap

- os: windows
language: node_js
node_js: '14.15.4'
node_js: '14.17.4'
script:
- node --version
- yarn --version
- yarn install
- yarn test # Travis CI Windows doesn't support a GUI
# - npm run build:windows
- yarn
# - yarn test # Travis CI Windows doesn't support a GUI
- yarn build:windows

cache:
yarn: true
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ install:
build_script:
- cmd: node --version
- cmd: npm --version
- cmd: yarn test
# - cmd: yarn build:windows
# - cmd: if %platform%==x64 npx electron-builder --windows
# - cmd: yarn test
- cmd: yarn build:windows
- cmd: if %platform%==x64 yarn build:windows


3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@
"rpm",
"freebsd",
"pacman",
"rpm",
"snap"
"rpm"
],
"category": "Game;Shooter"
},
Expand Down

0 comments on commit 4f612fd

Please sign in to comment.