Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions dune
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
(executable
(libraries unix)
(name gen_commit))

(rule
(targets COMMIT)
(action (with-outputs-to %{targets} (run git rev-parse HEAD))))

(rule
(target deps.csv)
(deps vpnkit.opam)
Expand Down
18 changes: 0 additions & 18 deletions gen_commit.ml

This file was deleted.

1 change: 0 additions & 1 deletion scripts/appveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e

cd "${APPVEYOR_BUILD_FOLDER}"

opam exec -- dune build COMMIT
opam exec -- dune build licenses.json
opam exec -- dune build vpnkit.exe
opam exec -- dune test