Skip to content

Commit

Permalink
try fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Jul 9, 2022
1 parent ff1adc5 commit 9bcb92c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ install:
$MAKE pull-docker || make build-docker push-docker;
fi
- if [[ "${TRAVIS_OS_NAME}" == "freebsd" ]]; then
cd /tmp; git clone https://github.com/facebook/zstd;
cd /tmp/zstd/lib; git checkout v1.5.2;
sudo gmake PREFIX=/usr install-includes install-static clean;
sudo gmake PREFIX=/usr LIBDIR=/usr/lib32 CFLAGS=-m32 install-static clean;
bash -c "cd /tmp; git clone https://github.com/facebook/zstd";
bash -c "cd /tmp/zstd/lib; git checkout v1.5.2;
sudo gmake PREFIX=/usr install-includes install-static clean;
sudo gmake PREFIX=/usr LIBDIR=/usr/lib32 CFLAGS=-m32 install-static clean";
fi
- $SETARCH curl -L https://raw.githubusercontent.com/roswell/roswell/$ROSWELL_BRANCH/scripts/install-for-ci.sh | sh
- $SETARCH ros install snmsts/sn.github
Expand Down

0 comments on commit 9bcb92c

Please sign in to comment.