Skip to content

Commit

Permalink
Debugging problems with Linux CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Feb 22, 2024
1 parent dd6d31f commit 9efbcd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
#!/bin/bash -v
set -eu
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
ls -l /mnt/source
cd /mnt/source
conan install . -s build_type=${{ matrix.build_type }} -o "libcosim/*:${{ matrix.option_proxyfmu }}" --build=missing
cmake --preset=conan-${{ steps.build_type_string.outputs.lowercase }}
Expand All @@ -45,6 +46,8 @@ jobs:
run: docker build -t osp-builder /tmp/osp-builder-docker/
- name: Build cosim
run: |
ls -l ..
ls -l .
mkdir -m 0777 build
docker run --rm -v $(pwd):/mnt/source osp-builder
- name: Upload artifact
Expand Down

0 comments on commit 9efbcd0

Please sign in to comment.