2
0
Эх сурвалжийг харах

Merge pull request #18 from herrhotzenplotz/freebsd-ci

Add FreeBSD CI build
Alexey Kutepov 4 жил өмнө
parent
commit
a465b019e7
1 өөрчлөгдсөн 14 нэмэгдсэн , 0 устгасан
  1. 14 0
      .github/workflows/ci.yml

+ 14 - 0
.github/workflows/ci.yml

@@ -53,3 +53,17 @@ jobs:
       - name: build sowon
         run: |
           ./build_msvc.bat
+  build-freebsd:
+    runs-on: macos-latest
+    name: FreeBSD LLVM Clang build
+    steps:
+    - uses: actions/checkout@v2
+    - name: Build on FreeBSD
+      id: build
+      uses: vmactions/[email protected]
+      with:
+        usesh: true
+        prepare: pkg install -y sdl2 pkgconf
+        run: |
+          freebsd-version
+          make