Changeset 9abf8f in git for .github/workflows/ci-sage.yml


Ignore:
Timestamp:
Jul 6, 2020, 8:57:04 PM (4 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f3d331d7beea362d318f36be1106f0d20131a8f8
Parents:
a72a30707eed6dc02bac70ba654d51b535fef2d0
Message:
.github/workflows/ci-sage.yml [cygwin]: Actually handle TARGETS_OPTIONAL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci-sage.yml

    ra72a30 r9abf8f  
    162162      run: |
    163163        C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && make -k -w V=0 base-toolchain && make -k -w V=1 $TARGETS'
     164    - name: make
     165      run: |
     166        C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && make -k -w V=1 $TARGETS_OPTIONAL'
    164167    - name: Prepare logs artifact
    165168      shell: bash
Note: See TracChangeset for help on using the changeset viewer.