Update .gitea/workflows/demo.yaml
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
name: Cross-Platform Build Checkon: [push]
|
||||
|
||||
jobs:
|
||||
test-mac-capabilities:
|
||||
runs-on: macos-latest # This works because of the labels we set earlier
|
||||
steps:
|
||||
- name: Check System
|
||||
run: |
|
||||
echo "I am running on hardware:"
|
||||
sysctl -n machdep.cpu.brand_string
|
||||
echo "Operating System:"
|
||||
sw_vers
|
||||
test-mac-capabilities:
|
||||
runs-on: macos-latest # This works because of the labels we set earlier
|
||||
steps:
|
||||
- name: Check System
|
||||
run: |
|
||||
echo "I am running on hardware:"
|
||||
sysctl -n machdep.cpu.brand_string
|
||||
echo "Operating System:"
|
||||
sw_vers
|
||||
|
||||
- name: Check Xcode (iOS/macOS)
|
||||
run: |
|
||||
xcodebuild -version || echo "Xcode not found!"
|
||||
- name: Check Xcode (iOS/macOS)
|
||||
run: |
|
||||
xcodebuild -version || echo "Xcode not found!"
|
||||
|
||||
- name: Check Cross-Compilers
|
||||
run: |
|
||||
echo "Checking for Go..."
|
||||
go version || echo "Go not installed"
|
||||
echo "Checking for Zig..."
|
||||
zig version || echo "Zig not installed"
|
||||
- name: Check Cross-Compilers
|
||||
run: |
|
||||
echo "Checking for Go..."
|
||||
go version || echo "Go not installed"
|
||||
echo "Checking for Zig..."
|
||||
zig version || echo "Zig not installed"
|
||||
Reference in New Issue
Block a user