Replace usage of old mixin #262
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
name: Evolene CI | |
on: | |
push: | |
branches: | |
- main | |
- feat/local-klaro-js | |
- deprecation | |
pull_request: | |
branches: | |
- main | |
- feat/local-klaro-js | |
- deprecation | |
paths-ignore: | |
- '*.md' | |
- '*.png' | |
workflow_dispatch: | |
jobs: | |
Evolene: | |
name: Continuous Integration | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/[email protected] | |
- name: Run Evolene CI pipeline steps | |
shell: bash | |
env: | |
SLACK_CHANNELS: '#team-kth-webb-build' | |
NPM_UPDATES_AVAILABLE: True | |
BUILD_INFORMATION_OUTPUT_FILE: '/config/version.js' | |
CXXFLAGS: '--std=c++14' | |
BRANCHES_SAVE_STARTING_WITH: 'refs/heads/deprecation' | |
BRANCHES_TAG_AS_MAIN: 'True' | |
run: | | |
${{ secrets.EVOLENE_RUN_COMMAND }} |