Commit 323dc52c authored by Jan Kiene's avatar Jan Kiene
Browse files

move codec binaries into PATH

parent 7bbe793c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
variables:
  BIN_DIR: "/bin"
  BIN_DIR: "/test-bin"
  CODEC_DIR: "/codec"


@@ -15,7 +15,7 @@ default:
  - git pull
  # only builds if code has actually changed
  - make -j
  - cp IVAS_* ${dir}/
  - cp IVAS_* ${BIN_DIR}/
  - cd $dir