mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-12 17:25:02 +00:00
5ab301ecab
Travis gave up on FOSS, so no more free advertisement for Travis.
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
i686=false
|
|
x86_64=true
|
|
WINDOWS_ARCH=win64
|
|
|
|
. .github/scripts/cmake-windows.sh
|