Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com:/OpenIPC/divinus
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed May 20, 2024
2 parents 10d761b + 2361176 commit 49f36c9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: |
sh build.sh divinus-musl
sh build.sh divinus-muslhf
sh build.sh divinus-glibc
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
DL="https://github.com/openipc/firmware/releases/download/latest"

toolchain() {
Expand Down

0 comments on commit 49f36c9

Please sign in to comment.