Skip to content

9.0.12

9.0.12 #264

Workflow file for this run

name: Evolene CI
on:
push:
branches:
- main
- deprecation
pull_request:
branches:
- main
- 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'
run: |
${{ secrets.EVOLENE_RUN_COMMAND }}