Skip to content

Linux Build

Linux Build #13

Workflow file for this run

name: linux
run-name: Linux Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: prepare software
run: |
sudo apt-get update
sudo apt-get install git make gcc p7zip-full libsdl2-dev -y
sudo apt-get upgrade -y
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
- name: build
run: |
xmake -y