Skip to content

update linux CI with container #7

update linux CI with container

update linux CI with container #7

Workflow file for this run

# basic testing with Microsoft compiler
# uses this: https://github.com/TheMrMilchmann/setup-msvc-dev
# trying this
# https://github.com/marketplace/actions/engineerd-configurator
# but unclear how to mode the headers to a location wherre MSVC will find them
name: CI-testing-msvc
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
job3:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSVC Developer Command Prompt
uses: TheMrMilchmann/[email protected]
with:
arch: x64
- name: engineerd/configurator
uses: engineerd/[email protected]
with:

Check failure on line 28 in .github/workflows/msvc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/msvc.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
name: boost::graph-1.82
url: https://github.com/boostorg/graph/archive/refs/tags/boost-1.82.0.zip
pathInArchive: graph-boost-1.82.0.zip/include/boost
- name: run msvc
run: cl /EHsc demo/sample_1.cpp