mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-28 21:25:51 +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:
|
push:
|
||||||
branches: [ "master", "develop", "release-*" ]
|
branches: [ "master", "develop", "release-*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master", "develop" ]
|
branches: [ "master", "develop", "release-*" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
|
@ -49,6 +49,7 @@ jobs:
|
||||||
repository: monero-project/monero
|
repository: monero-project/monero
|
||||||
path: ${{github.workspace}}/monero/
|
path: ${{github.workspace}}/monero/
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
ref: release-v0.18
|
||||||
|
|
||||||
- name: Configure Monero
|
- name: Configure Monero
|
||||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||||
|
|
Loading…
Reference in a new issue