Files
UltraGrid/.github/scripts/Windows/build_live555.sh
Martin Pulec fc56d9a1c4 GitHub CI: remove possible previous instalations of cached items
Due to inexact matching, cache might not have been hit but item was
extracted from partially matching key.
2021-06-24 16:42:58 +02:00

14 lines
184 B
Bash
Executable File

#!/bin/bash -ex
export CC=gcc
export CXX=g++
cd /c
rm -rf live555
git clone https://github.com/xanview/live555/
cd live555
git checkout 35c375
./genMakefiles mingw
make -j $(nproc)