Skip to content

Commit

Permalink
Update wercker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang authored Dec 24, 2018
1 parent 37cacca commit f1885a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ build:
steps:
# A custom script step, name value is used in the UI
# and the code value contains the command that get executed
# Install system dependencies
- script:
name: install system dependencies
code: |
sudo apt-get -y install build-essential libxi-dev libglu1-mesa-dev libglew-dev
# Output our Node.js and npm versions
- script:
name: echo nodejs information
Expand Down

0 comments on commit f1885a1

Please sign in to comment.