Compare commits
9 Commits
e83b4be8c5
...
0.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2427601120 | |||
| c747dab1fc | |||
| 4c33da0ecd | |||
| f0284e7975 | |||
| 8f62ee83a6 | |||
| d16319084b | |||
| 46c9bee008 | |||
| 1594e663eb | |||
| c35097b3d3 |
@@ -1,6 +1,9 @@
|
||||
name: Gol CI
|
||||
|
||||
# Run on the merge of a pull request to the main branch
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
@@ -9,10 +12,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install cmake
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake
|
||||
sudo apt-get install -y cmake libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl1-mesa-dev
|
||||
- name: Build and test
|
||||
run: |
|
||||
mkdir build
|
||||
|
||||
Reference in New Issue
Block a user