mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Change build to script
This commit is contained in:
parent
ba5433d5a2
commit
7e9bc6c424
@ -5,9 +5,9 @@ os:
|
|||||||
|
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
before_install:
|
before_script:
|
||||||
- sh install-deps.sh
|
- sh install-deps.sh
|
||||||
|
|
||||||
install:
|
script:
|
||||||
- cmake .
|
- cmake .
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user