Skip to content

Commit

Permalink
activate centos and oracle jobs on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 30, 2024
1 parent b16a593 commit e7cedb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- develop
- feature/8.8-vcpkg
- dependabot/*
schedule:
- cron: '21 2 * * *'
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
docker/AntaresDeps
docker/AntaresDeps
- name: Docker file push
id: docker_push
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- develop
- feature/8.8-vcpkg
- dependabot/*

schedule:
Expand Down

0 comments on commit e7cedb8

Please sign in to comment.