Skip to content

GitHub CI workflow windows build fails #1140

Answered by kmturley
kmturley asked this question in Q&A
Discussion options

You must be logged in to vote

It took a while to navigate issues with cmd/bash, PATH variables, drive letters and missing dependencies. But I finally got it to work sharing the same commands cross-platform and building artifacts which are downloadable:
https://github.com/kmturley/fluidsynth/actions/runs/2893543767

name: FluidSynth All

defaults:
  run:
    shell: bash

on:
  workflow_dispatch:
  pull_request:
  push:

env:
  dir_build: build
  dir_source: .
  type: Release

jobs:
  build:
    name: All platforms
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest, windows-latest]
        include:
          - os: ubuntu-latest
            name: linux
            generator:…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@derselbst
Comment options

@kmturley
Comment options

@kmturley
Comment options

@derselbst
Comment options

@kmturley
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by kmturley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants