mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-26 20:26:01 +00:00
Update Github CI:
* Build release branches on PR * Checkout monero release branch
This commit is contained in:
parent
075abc87b2
commit
8f0f0813e1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-ubuntu.yml
vendored
3
.github/workflows/build-ubuntu.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ "master", "develop", "release-*" ]
|
||||
pull_request:
|
||||
branches: [ "master", "develop" ]
|
||||
branches: [ "master", "develop", "release-*" ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
@ -49,6 +49,7 @@ jobs:
|
|||
repository: monero-project/monero
|
||||
path: ${{github.workspace}}/monero/
|
||||
submodules: recursive
|
||||
ref: release-v0.18
|
||||
|
||||
- name: Configure Monero
|
||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||
|
|
Loading…
Reference in a new issue