Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OSX Travis configuration #43

Open
filcuc opened this issue Aug 27, 2016 · 2 comments
Open

Add OSX Travis configuration #43

filcuc opened this issue Aug 27, 2016 · 2 comments

Comments

@filcuc
Copy link
Owner

filcuc commented Aug 27, 2016

As pointed out in #42 DOtherSide build just fine on OSX. We should updated the .travis file for adding a new OSX configuration.

@kassane
Copy link
Contributor

kassane commented Mar 10, 2021

I had recently been working on using CI, even though this integration is still unfinished. I have found that an error occurs at the end of the liking during the test.
Note: I don't have any experience with apple products.

Status

Linking error:
https://github.com/kassane/qml_zig/runs/2079540368?check_suite_focus=true#step:6:64

OSX - Github actions

name: macOS

on: [push, pull_request]

jobs:
  build:
    runs-on: macos-latest
    steps:
      - uses: actions/checkout@v2
        with:
          submodules: recursive
          fetch-depth: 0

      - name: Install
        run: brew install ninja zig --HEAD

      - name: Get specific version CMake, v3.19.2
        uses: lukka/[email protected]
      
      - name: Install Qt
        uses: jurplel/install-qt-action@v2
        with:
          version: 5.15.2
          dir: '${{ github.workspace }}/build/'

      - name: Build & Tests
        run: |
            QTDIR="$GITHUB_WORKSPACE/build/Qt/5.15.2/clang_64" && \
            PATH="${QTDIR}/bin:$PATH" && LDFLAGS=-L${QTDIR}/lib && \
            CPPFLAGS=-I${QTDIR}/include && \
            zig build Hello -Drelease-safe -Dtarget=native-native

@kassane
Copy link
Contributor

kassane commented Jun 5, 2021

I had recently been working on using CI, even though this integration is still unfinished. I have found that an error occurs at the end of the liking during the test.
Note: I don't have any experience with apple products.

Fixed! Finally works.
See: https://github.com/kassane/qml_zig/runs/2753407826#step:7:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants