|
1 | 1 | name: infinispan-cpp-client-pr |
2 | 2 | env: |
3 | | - ISPN_VER: "15.0.0.Dev07" |
| 3 | + ISPN_VER: "15.0.14.Final" |
4 | 4 | CLIENT_VERSION: ${{ github.event.release.tag_name }} |
5 | 5 | on: |
6 | 6 | push: |
|
12 | 12 | - 'main' |
13 | 13 | - '9.3.x' |
14 | 14 | jobs: |
15 | | - run-ci-tests-stream-8: |
| 15 | + run-ci-tests-stream-10: |
16 | 16 | runs-on: ubuntu-latest |
17 | 17 | steps: |
18 | 18 | - uses: actions/checkout@v2 |
19 | 19 | - name: Inject slug/short variables |
20 | 20 | uses: rlespinasse/github-slug-action@v4 |
21 | 21 | - run: echo $GITHUB_BASE_REF |
22 | 22 | - run: mkdir build && chmod a+rwx . documentation build |
23 | | - - run: podman build -t quay.io/rigazilla/ci-build-centos-8:latest -f ci-build/centos-stream8.Dockerfile . |
24 | | - - run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 ISPN_CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el8 ./build.sh" |
| 23 | + - run: podman build -t quay.io/rigazilla/ci-build-centos-10:latest -f ci-build/centos-stream10.Dockerfile . |
| 24 | + - run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-10:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.14.Final ISPN_CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el10 ./build.sh" |
25 | 25 | - if: ${{ github.event_name == 'push' }} |
26 | 26 | uses: ncipollo/release-action@v1 |
27 | 27 | with: |
|
38 | 38 | - run: echo $GITHUB_REF_NAME |
39 | 39 | - run: mkdir build && chmod a+rwx . documentation build |
40 | 40 | - run: podman build -t quay.io/rigazilla/ci-build-centos-9:latest -f ci-build/centos-stream9.Dockerfile . |
41 | | - - run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el9 ./build.sh" |
| 41 | + - run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.14.Final CLIENT_VERSION=$GITHUB_REF_NAME-latest PLATFORM_TAG=el9 ./build.sh" |
42 | 42 | - if: ${{ github.event_name == 'push' }} |
43 | 43 | uses: ncipollo/release-action@v1 |
44 | 44 | with: |
|
91 | 91 | set PROTOBUF_PROTOC_EXECUTABLE=${{ github.workspace }}\libs\bin\protoc.exe |
92 | 92 | set PROTOBUF_PROTOC_LIBRARY=${{ github.workspace }}\libs\lib\libprotoc.lib |
93 | 93 | set PROTOBUF_INCLUDE_DIR=${{ github.workspace }}\libs\include |
94 | | - set INFINISPAN_VERSION=15.0.0.Dev07 |
| 94 | + set INFINISPAN_VERSION=15.0.14.Final |
95 | 95 | set CLIENT_VERSION=%GITHUB_REF_NAME%-latest |
96 | 96 | set ISPN_CLIENT_VERSION=%GITHUB_REF_NAME%-latest |
97 | 97 | build.bat |
|
0 commit comments