Add CI/Automated Build #3
@ -7,12 +7,12 @@ jobs:
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Install things
|
||||
run: apt update && apt install build-essential cmake libsdl2-dev libexiv2-dev mesa-utils
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run ls
|
||||
run: ls
|
||||
- name: Install things
|
||||
run: apt update && apt install build-essential cmake libsdl2-dev libexiv2-dev mesa-utils
|
||||
- name: Generate
|
||||
run: cmake .
|
||||
- name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user