Changeset e1b5c2 in git for .github/workflows


Ignore:
Timestamp:
Mar 13, 2021, 11:20:33 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bb06cfbb38d853057de85a2de4806e2d58428d75
Parents:
788c7d976b09f5bb61097be13ea21e24ea41e63e
git-author:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-03-13 14:20:33-08:00
git-committer:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-03-13 15:24:42-08:00
Message:
.github/workflows/ci-sage.yml: Add dependencies to sage singular build
File:
1 edited

Legend:

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

    r788c7d re1b5c2  
    8383          && echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
    8484          && if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
     85          && echo 'echo ntl flint readline mpfr cddlib 4ti2 qepcad > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
    8586          && ls -l upstream/
    8687      - uses: actions/upload-artifact@v2
Note: See TracChangeset for help on using the changeset viewer.