Skip to content

Commit

Permalink
ci: Add windows-installer job
Browse files Browse the repository at this point in the history
+ Remove legacy jobs
  • Loading branch information
Jonah Beckford committed Nov 23, 2023
1 parent 90d8e64 commit 2b3182a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 377 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ include:
- local: .gitlab/ci/pages.gitlab-ci.yml
- local: .gitlab/ci/test.gitlab-ci.yml
- local: .gitlab/ci/windows.gitlab-ci.yml
- local: .gitlab/ci/windows-package-ocaml.gitlab-ci.yml
- local: .gitlab/ci/windows-test-setupuserprofile.gitlab-ci.yml
50 changes: 0 additions & 50 deletions .gitlab/ci/oorepo/setup-fetch.sh

This file was deleted.

8 changes: 8 additions & 0 deletions .gitlab/ci/test.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ test:
- make -C contributors html ; make -C contributors html O="-W"
rules:
- if: '$CI_COMMIT_BRANCH == "main"'

windows-installer:
extends:
- .windows:before-script-shared-setupmachine
stage: test
script:
- cmake build
- cmake --build build --target Package-Stage07-Installer
157 changes: 0 additions & 157 deletions .gitlab/ci/windows-package-ocaml.gitlab-ci.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .gitlab/ci/windows-test-setupuserprofile.gitlab-ci.yml

This file was deleted.

Loading

0 comments on commit 2b3182a

Please sign in to comment.