New settings for code city of SEE including metrics and issues downlo… #36
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: Axivion Suite | |
on: | |
push: | |
branches: [master] | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
permissions: read-all | |
jobs: | |
run: | |
name: Run Axivion CI | |
runs-on: [self-hosted, axivion] | |
steps: | |
- name: Setup GitLab LFS | |
shell: cmd | |
run: | | |
echo %CREDENTIALS% > %USERPROFILE%\.git-credentials | |
git config --global credential.helper store | |
git config --global lfs.url %CREDENTIALS%\project-see\see-lfs.git\info\lfs | |
env: | |
# NOTE: must be of the form https://koschke:token-here@gitlab.informatik.uni-bremen.de/ | |
CREDENTIALS: ${{secrets.GITLAB_LFS_TOKEN}} | |
- name: Run Axivion CI | |
shell: cmd | |
run: | | |
cd e:\koschke\SEE | |
Axivion\axivion-jenkins.bat axivion_ci |