Skip to content

Commit

Permalink
travis: Also add the key for jasmine-gjs
Browse files Browse the repository at this point in the history
  • Loading branch information
smspillaz committed Jul 9, 2019
1 parent 999e96f commit ba877b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo FROM ubuntu:disco > Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo ADD . /root >> Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "RUN echo 'deb http://download.opensuse.org/repositories/home:/ptomato/xUbuntu_16.10/ /' > /etc/apt/sources.list.d/home:ptomato.list" >> Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "RUN curl https://download.opensuse.org/repositories/home:ptomato/xUbuntu_16.10/Release.key > Release.key" >> Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "RUN apt-key add - < Release.key" >> Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo RUN apt-get update >> Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo RUN apt-get install -y meson ninja-build build-essential git pkg-config libglib2.0-dev gir1.2-glib-2.0 gobject-introspection libgirepository1.0-dev libmutter-4-dev jasmine-gjs >> Dockerfile; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker build -t withgit .; fi
Expand Down

0 comments on commit ba877b6

Please sign in to comment.