Commit ee983944 authored by Fabian Müller's avatar Fabian Müller
Browse files

Switch to even more common gz compression

parent 42d27591
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1508,7 +1508,7 @@ codec-smoke-test:
    - *update-ltv-repo
    - python3 scripts/smoketest-basop-filter.py scripts/config/ivas_modes.json --inline
    - bash ci/smoke_test.sh
    - tar -cfJ logs.tar.xz out/logs/
    - tar -cfz logs.tar.gz out/logs/
    - ls -al logs.tar.*
    ### analyze for failures
    - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_jbm.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi
@@ -1525,7 +1525,7 @@ codec-smoke-test:
      - smoke_test_output.txt
      - smoke_test_output_jbm.txt
      - smoke_test_output_hrtf.txt
      - logs.tar.xz
      - logs.tar.gz
    expose_as: "Smoke test results"

# from float repo