Skip to content

Add initial build action #1

Add initial build action

Add initial build action #1

Workflow file for this run

name: Build project
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up environment
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Run build script
run: ./build.sh