We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e36556 commit 2aef8baCopy full SHA for 2aef8ba
.github/workflows/linux.yml
@@ -0,0 +1,20 @@
1
+name: Linux
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ name: Ubuntu -> Build
10
11
+ steps:
12
+ - name: Checkout code
13
+ uses: actions/checkout@v3
14
15
+ - name: Checkout Diligent Engine
16
+ uses: actions/checkout@v4
17
+ with:
18
+ repository: DiligentGraphics/DiligentEngine
19
+ path: DiligentEngine
20
+ submodules: true
.github/workflows/windows.yml
0 commit comments