X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=8baf3ba1bcb48236783ac243962a65c18ab93ae9;hb=34dbff392d06471bd4d57395ad16b770e505e2a3;hp=0a7e9a691d63ce413673626aee201ac55da4b5fe;hpb=95eaf6688d024161f4f41307e5f439d52efcc87a;p=openssl-gost%2Fengine.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a7e9a6..8baf3ba 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-beta2 + OPENSSL_BRANCH: openssl-3.0 USE_RPATH: yes jobs: @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -19,6 +21,8 @@ jobs: CC: clang steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -28,6 +32,8 @@ jobs: USE_RPATH: steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -37,6 +43,8 @@ jobs: OPENSSL_BRANCH: master steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -47,6 +55,8 @@ jobs: USE_RPATH: steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -57,6 +67,8 @@ jobs: ASAN: -DASAN=1 steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -68,6 +80,8 @@ jobs: USE_RPATH: steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh @@ -80,6 +94,8 @@ jobs: APT_INSTALL: gcc-multilib steps: - uses: actions/checkout@v2 + with: + submodules: true - run: .github/before_script.sh - run: .github/script.sh