Unpacked and installed Beautify 3 version 22.3.2 for built-in render … #186
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 | |
git pull | |
nugetforunity restore . | |
Axivion\axivion-jenkins.bat axivion_ci |