From e7cedb87bbbdb86ee9f175b7bdcf620cc2f7603e Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Mon, 30 Dec 2024 10:30:17 +0100 Subject: [PATCH] activate centos and oracle jobs on this branch --- .github/workflows/centos7.yml | 7 ++++--- .github/workflows/oracle8.yml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 61ac1ec3dd..b328a5f0ae 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -6,6 +6,7 @@ on: push: branches: - develop + - feature/8.8-vcpkg - dependabot/* schedule: - cron: '21 2 * * *' @@ -56,7 +57,7 @@ jobs: uses: tj-actions/changed-files@v45 with: files: | - docker/AntaresDeps + docker/AntaresDeps - name: Docker file push id: docker_push @@ -103,13 +104,13 @@ jobs: --build-arg="VCPKG_CACHE_DIR=./vcpkg_cache" \ --build-arg CCACHE_DIR=./.ccache \ --build-arg CCACHE_KEY=centos7-on-${{ runner.os }} \ - -f ${{ env.DOCKERFILE }} . + -f ${{ env.DOCKERFILE }} . - name: create a container without starting it && retrieve the .tgz run: | container_id=$(docker create antares:centos7) - docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive + docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive docker cp $container_id:/workspace/vcpkg_cache ${{ env.VCPKG_CACHE_DIR }} docker cp $container_id:/workspace/.ccache/. .ccache ls -la .ccache diff --git a/.github/workflows/oracle8.yml b/.github/workflows/oracle8.yml index e026b4246a..f5a14869d6 100644 --- a/.github/workflows/oracle8.yml +++ b/.github/workflows/oracle8.yml @@ -6,6 +6,7 @@ on: push: branches: - develop + - feature/8.8-vcpkg - dependabot/* schedule: