- Timestamp:
- Jul 25, 2020, 8:46:44 PM (3 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- efb3fc902aaa3c131c09c21cefb3f9cfc263473f
- Parents:
- 46e4f42823d5801c64d87a8fc9cfa9102dbaf74d
- git-author:
- Matthias Koeppe <mkoeppe@math.ucdavis.edu>2020-07-25 11:46:44-07:00
- git-committer:
- Matthias Koeppe <mkoeppe@math.ucdavis.edu>2020-07-25 11:47:57-07:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci-sage.yml
r46e4f42 rab6949 46 46 env: 47 47 # Ubuntu packages to install so that the project's "make dist" can succeed 48 DIST_PREREQ: tar48 DIST_PREREQ: libcdd-dev 49 49 # Name of this project in the Sage distribution 50 50 SPKG: singular … … 77 77 # make dist broken, make_tar.sh broken - https://github.com/Singular/Singular/issues/1016 78 78 run: | 79 (cd build/pkgs/${{ env.SPKG }}/src && (./ make_tar.sh || tar cfz singular-tar-so-far.tar.gz singular-4.*) ) \79 (cd build/pkgs/${{ env.SPKG }}/src && (./autogen.sh && ./configure && make dist) ) \ 80 80 && mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \ 81 81 && echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
Note: See TracChangeset
for help on using the changeset viewer.