File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 os : ubuntu-latest
9191 configure_args : --disable-longlong
9292 make_args : tdd
93+ - name : Distribution
94+ os : ubuntu-latest
95+ make_args : dist dist-zip VERSION=latest
9396 - name : Install
9497 os : ubuntu-latest
9598 make_args : DESTDIR=install_autotools install
@@ -115,6 +118,14 @@ jobs:
115118 ./configure ${{ matrix.configure_args }}
116119 - name : Build and test
117120 run : make ${{ matrix.make_args }}
121+ - name : Save Distributions
122+ uses : actions/upload-artifact@v3
123+ with :
124+ name : " Distribution"
125+ path : |
126+ cpputest-latest.tar.gz
127+ cpputest-latest.zip
128+ if : ${{ matrix.name == 'Distribution' }}
118129
119130 cmake :
120131 strategy :
Original file line number Diff line number Diff line change 3535# Docker images. Need to be cleared at times
3636 - env : BUILD=docker_ubuntu_autotools
3737 - env : BUILD=docker_ubuntu_dos
38- - env : BUILD=autotools_dist
3938
4039 - arch : ppc64le
4140 compiler : gcc
Original file line number Diff line number Diff line change @@ -52,19 +52,6 @@ if [ "x$BUILD" = "xdocker_ubuntu_dos" ]; then
5252 docker start -i cpputest_dos
5353fi
5454
55- if [ " x$BUILD " = " xautotools_dist" ]; then
56- autoreconf -i ..
57- ../configure
58-
59- if [ " x$TRAVIS_OS_NAME " = " xosx" ]; then
60- COPYFILE_DISABLE=1 make dist VERSION=latest
61- COPYFILE_DISABLE=1 make dist-zip VERSION=latest
62- else
63- make dist VERSION=latest
64- make dist-zip VERSION=latest
65- fi
66- fi
67-
6855if [ " x$BUILD " = " xautotools_install_and_test_examples" ]; then
6956 autoreconf -i ..
7057 ../configure
You can’t perform that action at this time.
0 commit comments