Skip to content

Commit

Permalink
Reduce the number of CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 21, 2017
1 parent 1d151e6 commit 234d379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ apk --update upgrade
apk add build-base
apk add coreutils
apk add ldns-dev

cd libsodium
./configure --disable-dependency-tracking --enable-minimal --prefix=/usr
make clean > /dev/null
make -j$(nproc) check
make -j$(nproc) install
/sbin/ldconfig ||:
apk add libsodium-dev

cd ..
./configure --disable-dependency-tracking --enable-debug
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ before_install:
script:
- docker run --rm -v $(pwd):/workdir multiarch/alpine:x86-edge /workdir/.travis.sh
- docker run --rm -v $(pwd):/workdir multiarch/alpine:armhf-edge /workdir/.travis.sh
- docker run --rm -v $(pwd):/workdir multiarch/alpine:x86_64-edge /workdir/.travis.sh

- docker run --rm -v $(pwd):/workdir pritunl/archlinux:latest /workdir/dist-build/win32-win64-xcompile.sh

Expand Down

0 comments on commit 234d379

Please sign in to comment.