Skip to content

Commit

Permalink
Include cryptol-specs in binary tarballs
Browse files Browse the repository at this point in the history
Closes #695
  • Loading branch information
Aaron Tomb committed Oct 6, 2021
1 parent 3168af7 commit a368e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ build_cryptol() {
}

bundle_files() {
mkdir -p dist dist/{bin,doc,examples,include,lib}
mkdir -p dist dist/{bin,deps,doc,examples,include,lib}

cp LICENSE README.md dist/
$IS_WIN || chmod +x dist/bin/*

(cd deps/cryptol-specs && git archive --prefix=cryptol-specs/ --format=tar HEAD) | (cd dist/deps && tar x)
cp doc/extcore.md dist/doc
cp doc/tutorial/sawScriptTutorial.pdf dist/doc/tutorial.pdf
cp doc/manual/manual.pdf dist/doc/manual.pdf
Expand Down

0 comments on commit a368e05

Please sign in to comment.