Merge pull request #51 from riseclipse/do_release #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ************************************************************************* | |
# ** Copyright (c) 2022 CentraleSupélec & EDF. | |
# ** All rights reserved. This program and the accompanying materials | |
# ** are made available under the terms of the Eclipse Public License v2.0 | |
# ** which accompanies this distribution, and is available at | |
# ** https://www.eclipse.org/legal/epl-v20.html | |
# ** | |
# ** This file is part of the RiseClipse tool | |
# ** | |
# ** Contributors: | |
# ** Computer Science Department, CentraleSupélec | |
# ** EDF R&D | |
# ** Contacts: | |
# ** dominique.marcadet@centralesupelec.fr | |
# ** aurelie.dehouck-neveu@edf.fr | |
# ** Web site: | |
# ** https://riseclipse.github.io | |
# ************************************************************************* | |
name: Build | |
# This workflow is triggered on every push to verify that the project builds correctly and runs Sonar + Unit tests | |
on: | |
push | |
jobs: | |
call-verify-workflow: | |
name: Verify Project | |
uses: riseclipse/riseclipse-developer/.github/workflows/Shared-Verify-Components.yml@master | |
with: | |
run_sonarqube: false |