Skip to content

Commit

Permalink
Merge pull request #1198 from robotology/fixci
Browse files Browse the repository at this point in the history
Remove Unstable and LatestReleases jobs from releases/2022.05 CI
  • Loading branch information
traversaro authored Jun 29, 2022
2 parents a3e54e9 + 8702520 commit d6e39b2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
os: [ubuntu-latest, macos-10.15, windows-2019, windows-2022]
project_tags:
- Default
- Unstable
include:
- project_tags: Default
project_tags_cmake_options: ""
- project_tags: Unstable
project_tags_cmake_options: "-DROBOTOLOGY_PROJECT_TAGS=Unstable"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -171,12 +168,9 @@ jobs:

project_tags:
- Default
- Unstable
include:
- project_tags: Default
project_tags_cmake_options: ""
- project_tags: Unstable
project_tags_cmake_options: "-DROBOTOLOGY_PROJECT_TAGS=Unstable"

container:
image: ${{ matrix.docker_image }}
Expand Down Expand Up @@ -250,7 +244,7 @@ jobs:
matrix:
build_type: [Release]
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
project_tags: [Default, Unstable, LatestReleases]
project_tags: [Default]
include:
- os: ubuntu-18.04
build_type: Release
Expand All @@ -263,10 +257,6 @@ jobs:
cmake_generator: "Ninja"
- project_tags: Default
project_tags_cmake_options: ""
- project_tags: Unstable
project_tags_cmake_options: "-DROBOTOLOGY_PROJECT_TAGS=Unstable"
- project_tags: LatestReleases
project_tags_cmake_options: "-DROBOTOLOGY_PROJECT_TAGS=Custom -DROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE=${GITHUB_WORKSPACE}/releases/latest.releases.yaml"
steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit d6e39b2

Please sign in to comment.