CI: restore build steps

This commit is contained in:
Adriaan de Groot 2021-02-02 00:11:50 +01:00
parent fa258e3100
commit 455cc29bc3

View File

@ -68,15 +68,15 @@ jobs:
mkdir -p $BUILDDIR
test -f $SRCDIR/CMakeLists.txt || { echo "! Missing $SRCDIR/CMakeLists.txt" ; exit 1 ; }
echo "::set-output name=message::"`git log -1 --abbrev-commit --pretty=oneline --no-decorate ${{ github.event.head_commit.id }}`
# - name: "Calamares: cmake"
# working-directory: ${{ env.BUILDDIR }}
# run: cmake $CMAKE_ARGS $SRCDIR
# - name: "Calamares: make"
# working-directory: ${{ env.BUILDDIR }}
# run: make -j2 VERBOSE=1
# - name: "Calamares: install"
# working-directory: ${{ env.BUILDDIR }}
# run: make install VERBOSE=1
- name: "Calamares: cmake"
working-directory: ${{ env.BUILDDIR }}
run: cmake $CMAKE_ARGS $SRCDIR
- name: "Calamares: make"
working-directory: ${{ env.BUILDDIR }}
run: make -j2 VERBOSE=1
- name: "Calamares: install"
working-directory: ${{ env.BUILDDIR }}
run: make install VERBOSE=1
- name: "notify: ok"
uses: rectalogic/notify-irc@v1
if: ${{ success() && github.repository == 'calamares/calamares' }}