Refactors #640
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build ia16 package of the MY frontend | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Checkout submodules | |
run: git submodule update --init --recursive | |
- name: install ia16-gcc | |
run: sudo apt-get update && sudo apt-get -y install software-properties-common && sudo add-apt-repository ppa:tkchia/build-ia16 && sudo apt-get install -y build-essential gcc-ia16-elf libi86-ia16-elf | |
- name: make | |
run: cd my_frontend && make -f Makefile.ia16 | |
- uses: actions/upload-artifact@v2 | |
with: | |
name: Derelict for MS-DOS on 8088 (CGA Graphics) | |
path: mz_frontend/derelict.com |