Switch releases to Github CI

This commit is contained in:
2022-10-20 20:37:50 +08:00
parent 77419ea41d
commit 4a46de4c49
21 changed files with 25027 additions and 94 deletions

16
.github/scripts/bootstrap.sh vendored Normal file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -eux
. .github/scripts/prereq.sh
mkdir -p "$CI_PROJECT_DIR"/.local/bin
git describe --always
### build
./scripts/bootstrap/bootstrap-haskell
[ "$(ghc --numeric-version)" = "${BOOTSTRAP_HASKELL_GHC_VERSION}" ]