mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-17 01:37:55 +00:00
Add ubuntu matrix for building tests via actions
This commit is contained in:
parent
7c5b280190
commit
31fbd1f203
1 changed files with 5 additions and 6 deletions
11
.github/workflows/build-ubuntu.yml
vendored
11
.github/workflows/build-ubuntu.yml
vendored
|
@ -16,12 +16,11 @@ env:
|
||||||
echo "Acquire::ftp::Timeout \"120\";" | sudo tee -a /etc/apt/apt.conf.d/80-custom
|
echo "Acquire::ftp::Timeout \"120\";" | sudo tee -a /etc/apt/apt.conf.d/80-custom
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ubuntu-latest-tests:
|
build-ubuntu-tests:
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
|
runs-on: ${{matrix.os}}
|
||||||
# You can convert this to a matrix build if you need cross-platform coverage.
|
strategy:
|
||||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
matrix:
|
||||||
runs-on: ubuntu-latest
|
os: [latest, ubuntu-22.04, ubuntu-20.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: set apt conf
|
- name: set apt conf
|
||||||
run: ${{env.APT_SET_CONF}}
|
run: ${{env.APT_SET_CONF}}
|
||||||
|
|
Loading…
Reference in a new issue