mirror of
https://github.com/libretro/libretro-super
synced 2024-12-27 12:27:50 +00:00
11 lines
169 B
Bash
Executable File
11 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export LOGDATE=`date +%Y-%m-%d`
|
|
mkdir -p /tmp/log/${LOGDATE}
|
|
export BOT=.
|
|
export TMPDIR=/tmp
|
|
export TRAVIS=1
|
|
export EXIT_ON_ERROR=1
|
|
|
|
./build-${PLATFORM}.sh
|