X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=1267957eb224f9f14bf3eabad4847025ed2d13d3;hb=d003ede538d8bdb5fc18949da6ed8c3eebc49791;hp=29740624339ee124dcf48d71a3fe462b5404cfc5;hpb=7c9ba4bac1edcf51ca54c3c5c471be9fb481b778;p=openssl-gost%2Fengine.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2974062..1267957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [push, pull_request] env: - OPENSSL_BRANCH: openssl-3.0.0-alpha17 + OPENSSL_BRANCH: openssl-3.0.0-beta2 jobs: gcc-openssl-stable: @@ -21,6 +21,13 @@ jobs: - run: .github/before_script.sh - run: .github/script.sh + macos-openssl-stable: + runs-on: macos-11 + steps: + - uses: actions/checkout@v2 + - run: .github/before_script.sh + - run: .github/script.sh + gcc-openssl-master: runs-on: ubuntu-20.04 env: @@ -30,6 +37,15 @@ jobs: - run: .github/before_script.sh - run: .github/script.sh + macos-openssl-master: + runs-on: macos-11 + env: + OPENSSL_BRANCH: master + steps: + - uses: actions/checkout@v2 + - run: .github/before_script.sh + - run: .github/script.sh + gcc-asan-openssl-master: runs-on: ubuntu-20.04 env: @@ -46,26 +62,8 @@ jobs: OPENSSL_BRANCH: master ASAN: -DASAN=1 steps: - - name: install cpanm and Test2::V0 - uses: perl-actions/install-with-cpanm@v1 - with: - install: Test2::V0 - - name: Checkout gost-engine - uses: actions/checkout@v2 - - name: checkout OpenSSL - uses: actions/checkout@v2 - with: - repository: openssl/openssl - ref: master - path: openssl - - name: configure OpenSSL - run: | - mkdir $HOME/opt - ./Configure --prefix=$HOME/opt - working-directory: openssl - - name: build+install OpenSSL - run: make -s install_sw - working-directory: openssl + - uses: actions/checkout@v2 + - run: .github/before_script.sh - run: .github/script.sh gcc-openssl-stable-x86: