DroneCI (#12)
parent
5a92fdf984
commit
2dbfab6b98
@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: fedora
|
||||
commands:
|
||||
- dnf install -y git cmake clang SDL2-devel
|
||||
- git submodule update --recursive --init
|
||||
- cmake -E make_directory ./build
|
||||
- cd ./build
|
||||
- cmake -S .. -B .
|
||||
- make
|
@ -1,3 +1,3 @@
|
||||
[submodule "Vulkan-Headers"]
|
||||
path = Vulkan-Headers
|
||||
url = git@github.com:KhronosGroup/Vulkan-Headers.git
|
||||
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||
|
@ -1,3 +1,5 @@
|
||||
[](https://github.drone.moonside.games/thatcosmonaut/Refresh)
|
||||
|
||||
This is Refresh, an XNA-inspired 3D graphics library with modern capabilities.
|
||||
|
||||
License
|
Loading…
Reference in New Issue