From 59980ffe54c581bdce6dafc5b25b7bf5a57103e2 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Sun, 11 Apr 2021 13:51:40 +0200 Subject: [PATCH] ubuntu workflow --- .github/workflows/buildandruntestslinux.yml | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/buildandruntestslinux.yml diff --git a/.github/workflows/buildandruntestslinux.yml b/.github/workflows/buildandruntestslinux.yml new file mode 100644 index 000000000..d71da7dd8 --- /dev/null +++ b/.github/workflows/buildandruntestslinux.yml @@ -0,0 +1,35 @@ +name: Build & Run all tests on Ubuntu (release) + +on: + workflow_dispatch: + + release: + types: + - created + +defaults: + run: + shell: cmd + +jobs: + build: + + name: Prepare and build on Ubuntu + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Build project in Release-mode, compile Pas-units, run tests + run: _RebuildReleaseAndRunTests.sh + timeout-minutes: 40 + env: + PABCNET_BUILD_MODE: Release + PABCNET_RUN_TESTS: false + PABCNET_INC_BUILD: false + PABCNET_VERBOSE: false + + #- name: Publish artifacts (5/5)... + # uses: actions/upload-artifact@v2 + # with: + # name: All_distros + # path: Release