This website requires JavaScript.
Explore
Help
Sign In
caiyu
/
solvespace
Watch
1
Star
0
Fork
0
You've already forked solvespace
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
427a29abb2
solvespace
/
.travis
/
build-snap.sh
4 lines
45 B
Bash
Raw
Normal View
History
Unescape
Escape
snap: build snaps on Travis via remote-build. We invoke builds on Launchpad in stage "deploy" and release it into the edge channel of the Snap Store. The deploy stage is blocked on fails of the test stage, so we don't release snaps with failing tests.
2019-11-24 04:45:32 +08:00
#!/bin/sh -xe
Travis: build snaps in LXD containers With arm64-graviton2 now providing full VM virtualization, LXD containers can be used to build snaps on all architectures. This is beneficial for us as having snapcraft manage the whole build environment is likely to yield better/more consistent results than running the builds on the Travis images directly.
2020-11-19 04:43:08 +08:00
./pkg/snap/build.sh --use-lxd
Reference in New Issue
Copy Permalink