Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Update HACKING.md #910
Conversation
| + ./runtests.sh [static|unit|integration|snaps] |
elopio
Nov 16, 2016
Member
This will actually try to set up an all snaps image with ubuntu-device-flash. I think that the right thing to do now is to run the snaps tests locally:
#911
| Install the needed dependencies. | ||
| - sudo apt install build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev | ||
| + sudo apt install build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev libarchive13 |
elopio
Nov 16, 2016
Member
as I suggested in #909, would it be better to use sudo apt build-dep -y ./ ?
|
+1, with one question. |
sergiusens
merged commit bccc3e4
into
master
Nov 16, 2016
0 of 6 checks passed
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
continuous-integration/travis-ci/push
The Travis CI build is in progress
Details
coverage/coveralls
Coverage pending from Coveralls.io
Details
xenial-amd64
autopkgtest running
Details
yakkety-amd64
autopkgtest running
Details
zesty-amd64
autopkgtest running
Details
sergiusens
deleted the
testing-updates-to-hacking
branch
Nov 16, 2016
sergiusens
referenced this pull request
Nov 16, 2016
Closed
update dependencies for running the tests #909
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedNov 16, 2016
Removed a very obsolete section about testing, added it to the end after installing and making sure the correct set of dependencies are in place.