Preserve XMP metadata when resizing images, 16bit and 32bit resize support, multithreaded processing #1045
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Docker | |
| on: | |
| pull_request: | |
| jobs: | |
| docker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| submodules: 'recursive' | |
| name: Checkout | |
| - name: Set Swap Space | |
| uses: pierotofy/set-swap-space@master | |
| with: | |
| swap-size-gb: 12 | |
| - name: Build and Test | |
| run: | | |
| docker compose -f docker-compose.yml -f docker-compose.build.yml build --build-arg TEST_BUILD=ON | |
| docker compose -f docker-compose.yml -f docker-compose.build.yml up -d | |
| sleep 20 | |
| docker compose exec -T webapp /webodm/webodm.sh test |