[smuxi: 20/37] CI(macOS): just build in debug mode for now




commit e7c9c4e108b40469909660f341b724737736d98d
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Sat Apr 11 15:12:44 2020 +0800

    CI(macOS): just build in debug mode for now
    
    `make release` will come later; it's no high priority
    because macOS binaries have not been generated from a
    macOS box in the past.

 .github/workflows/macOS.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml
index eb51b8d1..c6eb61fc 100644
--- a/.github/workflows/macOS.yml
+++ b/.github/workflows/macOS.yml
@@ -10,9 +10,10 @@ jobs:
     steps:
     - uses: actions/checkout@v1
     - name: Build only
+# TODO: `make release`
       run: |
         ./build/install-deps-macos.sh
-        ./autogen.sh && make release
+        ./autogen.sh && make
 
 # TODO:
 #  macOS_tests_unit:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]