mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
ci: use Node 10, install libgif-dev
This commit is contained in:
parent
0e99e9b7c6
commit
e6d3673164
1 changed files with 5 additions and 6 deletions
|
@ -35,21 +35,20 @@ commands:
|
|||
|
||||
jobs:
|
||||
default:
|
||||
executor:
|
||||
name: node/default
|
||||
tag: lts-browsers
|
||||
environment:
|
||||
CXX: "g++-4.9"
|
||||
docker:
|
||||
- image: circleci/node:10-browsers # TODO: switch to cimg/node:* after upgrading gulp
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Setup
|
||||
command: |
|
||||
sudo apt update
|
||||
sudo apt install libgif-dev
|
||||
travis/setup-git.sh
|
||||
travis/install-assets.sh
|
||||
npm set progress=false
|
||||
which gulp || sudo npm install -g gulp-cli
|
||||
- run: npm install # TODO: node/install-packages
|
||||
- run: npm install # TODO: switch to node/install-packages after adding package_lock.json
|
||||
- run:
|
||||
name: Build & Test
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue