mirror of
https://github.com/LIV2/lide.device.git
synced 2025-12-06 00:32:45 +00:00
Use liv2/amiga-gcc container for release / coverity
This is to ensure we stick with GCC 6.5
This commit is contained in:
parent
1dd3002526
commit
d774d359fe
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
coverity:
|
coverity:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: stefanreinauer/amiga-gcc
|
container: liv2/amiga-gcc
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
make_software:
|
make_software:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: liv2/amiga-gcc-amitools
|
container: liv2/amiga-gcc
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
@ -123,7 +123,7 @@ Building this code will require the following
|
|||||||
The easiest way to get a working build environment is to use Docker
|
The easiest way to get a working build environment is to use Docker
|
||||||
You can build inside docker as follows:
|
You can build inside docker as follows:
|
||||||
```
|
```
|
||||||
docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} stefanreinauer/amiga-gcc:latest make clean all
|
docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} liv2/amiga-gcc:latest make clean all
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using VS Code you can install the "Dev containers" extension which will allow you to develop with the environment ready to go.
|
If you are using VS Code you can install the "Dev containers" extension which will allow you to develop with the environment ready to go.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user