File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
Console/.github/workflows
Library/.github/workflows Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 4141 env :
4242 CONFIGURATION : ${{ matrix.configuration }}
4343 CI : true
44+
45+ # Builds the project in a dev container
46+ build-devcontainer :
47+ runs-on : ubuntu-latest
48+ steps :
49+
50+ - uses : actions/checkout@v3
51+
52+ - name : Build and run dev container task
53+ uses :
devcontainers/[email protected] 54+ with :
55+ runCmd : |
56+ chmod +x ./build.sh
57+ ./build.sh
Original file line number Diff line number Diff line change 5151 env :
5252 CONFIGURATION : ${{ matrix.configuration }}
5353 CI : true
54+ # Builds the project in a dev container
55+ build-devcontainer :
56+ runs-on : ubuntu-latest
57+ steps :
58+
59+ - uses : actions/checkout@v3
60+
61+ - name : Build and run dev container task
62+ uses :
devcontainers/[email protected] 63+ with :
64+ runCmd : |
65+ chmod +x ./build.sh
66+ ./build.sh
Original file line number Diff line number Diff line change 4242 CI : true
4343 CONFIGURATION : ${{ matrix.configuration }}
4444 ENABLE_COVERAGE : true
45+ # Builds the project in a dev container
46+ build-devcontainer :
47+ runs-on : ubuntu-latest
48+ steps :
49+
50+ - uses : actions/checkout@v3
51+
52+ - name : Build and run dev container task
53+ uses :
devcontainers/[email protected] 54+ with :
55+ runCmd : |
56+ chmod +x ./build.sh
57+ ./build.sh
You can’t perform that action at this time.
0 commit comments