Skip to content

CI: test using test suite and dosemu from git #46

CI: test using test suite and dosemu from git

CI: test using test suite and dosemu from git #46

Workflow file for this run

name: Build
on:
pull_request:
types:
- opened
- edited
- ready_for_review
- reopened
- synchronize
push:
jobs:
build:
if: contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: package install
run: ./ci_prereq.sh
- name: build
run: ./ci_build.sh
- name: test
run: ./ci_test.sh