c3b2380b13
Build on Linux (Ubuntu 16.04) with AppVeyor. Disable PowerShell on Linux. Ubuntu 16.04's dependencies are different from the existing Ubuntu 14.04 dependencies, so a separate script for installing those dependencies has been added.
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
|
|
build_config=RelWithDebInfo
|