From ae3b264c17e25325fb91831494f459bd6b1c4b7a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 1 Nov 2019 01:41:53 +0100 Subject: Added single build workflow --- .github/workflows/ccpp.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/ccpp.yml (limited to '.github/workflows/ccpp.yml') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml deleted file mode 100644 index c9dbe3b..0000000 --- a/.github/workflows/ccpp.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Project build and nightly release - -on: - schedule: - - cron: "0 2 * * 0" - push: - branches: - - master - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Install - run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev curl nasm grub2 qemu qemu-kvm - - name: Make - run: make cross build - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: build/melvix.iso - name: Melvix Nightly Release - prerelease: 1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3