aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
-rw-r--r--.github/workflows/ci.yml10
2 files changed, 7 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fe7913a3d2..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 ##########
@@ -228,6 +228,7 @@
/toplevel/ @coq/toplevel-maintainers
/topbin/ @coq/toplevel-maintainers
+/sysinit/ @coq/toplevel-maintainers
########## Vernacular ##########
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)