Skip to content

Commit

Permalink
Add nightly build to :CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Sep 5, 2024
1 parent 13b6eff commit b3ab6ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
permissions: read-all

jobs:
build:
name: Build
nightly:
name: Nightly
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build:
image: ubuntu:24.04
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "push"
cache:
key: build-cache
paths:
Expand All @@ -37,6 +38,7 @@ publish:
image: maven:3
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "push"
before_script:
- apt update
- apt -y install curl zip unzip
Expand Down

0 comments on commit b3ab6ee

Please sign in to comment.