From b5daafd189556704b49f1f2a2d1dd51039a2e448 Mon Sep 17 00:00:00 2001 From: Alexey Savchkov Date: Thu, 28 Dec 2023 08:11:46 +0700 Subject: [PATCH] Add a test pipeline --- .github/workflows/build.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..3b22a51 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,32 @@ +name: Test pipeline + +on: + #push: + # branches: + # - "**" + # Runs triggered by pull requests are disabled to prevent executing potentially unsafe code from public pull requests + # pull_request: + # branches: + # - main + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + + job1: + + runs-on: +# - windows-2019 + - macos-latest + env: + zlib_dir: C:\dep\zlib + + steps: + + - uses: actions/checkout@v2 + + - name: Run a command + run: | + pwd + readlink -f nonexist