Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .travis/travis-script.sh

Issue 29663688: Issue 6220 - add travis-ci configuration for adblockpluscore (Closed) Base URL: github.com:adblockplus/adblockpluscore
Left Patch Set: Created Jan. 11, 2018, 9:33 p.m.
Right Patch Set: rebase & fix openssl version on osx Created March 1, 2018, 10:52 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« .travis.yml ('K') | « .travis/travis-install.sh ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #!/usr/bin/env bash
2
3 . .travis/activate-nodejs.sh
4
5 set -x
6 set -e
7
8 PATH=${PATH}:${TRAVIS_BUILD_DIR}/third_party/ninja:$(python3 -c "import sysconfi g;print(sysconfig.get_paths('posix_user')['scripts'])")
9
10 meson --buildtype ${BUILDTYPE} build
11 ninja -C build
12 npm test
LEFTRIGHT

Powered by Google App Engine
This is Rietveld