Changeset ee5b48 in git
- Timestamp:
- Jul 6, 2020, 9:18:20 PM (3 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- ede6da7ab2b8fb552e62526b579f71e71becdd3b
- Parents:
- 382481672433e59bb571a5be4c03e838c77b6868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci-sage.yml
r3824816 ree5b48 46 46 env: 47 47 # Ubuntu packages to install so that the project's "make dist" can succeed 48 DIST_PREREQ: libcdd-dev48 DIST_PREREQ: tar 49 49 # Name of this project in the Sage distribution 50 50 SPKG: singular … … 76 76 - name: Run make dist, prepare upstream artifact 77 77 run: | 78 (cd build/pkgs/${{ env.SPKG }}/src && ./ autogen.sh && ./configure && make dist) \78 (cd build/pkgs/${{ env.SPKG }}/src && ./make_tar.sh) \ 79 79 && mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \ 80 80 && 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.