aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/workflows/ci.yml10
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 56f48aaa4f..9e2af04e28 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -14,7 +14,7 @@
/configure* @coq/legacy-build-maintainers @coq/build-maintainers
-/META.coq.in @coq/legacy-build-maintainers
+/META.coq-core.in @coq/legacy-build-maintainers
########## CI infrastructure ##########
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5527192e0..7ec3ba1bd7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,18 +63,18 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "10.11"
NJOBS: "2"
+ - name: Install Coq
+ run: |
+ make install install-byte
+
- name: Run Coq Test Suite
run: |
eval $(opam env)
- export OCAMLPATH=$(pwd):"$OCAMLPATH"
+ export OCAMLPATH="$(pwd)/_install_ci/lib":"$OCAMLPATH"
make -j "$NJOBS" test-suite PRINT_LOGS=1
env:
NJOBS: "2"
- - name: Install Coq
- run: |
- make install
-
- name: Create the dmg bundle
run: |
eval $(opam env)