Skip to content

Commit

Permalink
Merge pull request #178 from dmipx/ga-build-jp5-dev
Browse files Browse the repository at this point in the history
GA build jp5.0.2 on u20.04
  • Loading branch information
dmipx authored Dec 10, 2023
2 parents 0a09cdd + 3f2c398 commit 0da02d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-jp5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: C/C++ CI

on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]

jobs:
build:

runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- name: setup workspace
run: ./setup_workspace.sh 5.0.2
- name: apply patches
run: ./apply_patches.sh apply 5.0.2
- name: build
run: ./build_all.sh 5.0.2

0 comments on commit 0da02d9

Please sign in to comment.