Commit Graph

20 Commits

Author SHA1 Message Date
Davide Beatrici
e9029a904e Remove "compat", i386 is not supported anymore
"compat" was a very small and simple program; its purpose was to show a message informing the user that the Mumble binary is only for x86_64 processors.

The i386 architecture is not supported in Xcode 10, meaning that we cannot compile it anymore.

https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
2019-10-10 00:11:16 +02:00
Davide Beatrici
267e306a25 Travis CI: remove AppImage creation and upload
It's now handled by Azure Pipelines.
2019-07-29 09:02:57 +02:00
Davide Beatrici
f8afdd758d Travis CI: remove Qt 4 builds 2019-07-27 23:40:50 +02:00
Davide Beatrici
82b0aac239 Travis CI: only execute SonarScan and AppImage builder when in our repository 2019-07-26 00:56:15 +02:00
probonopd
8026d1c0d1
Correct path to icon
Should fix https://github.com/TheAssassin/AppImageLauncher/issues/209
2019-07-20 18:40:33 +00:00
Davide Beatrici
b517f01047 Travis CI: add SonarCloud integration for static code analysis
[skip azurepipelines]
2019-06-29 00:41:35 +02:00
probonopd
049f6a2427
DEFINES+="MUMBLE_VERSION=${TRAVIS_COMMIT:0:7}"
Try to make the string shorter
2019-06-10 06:20:49 +00:00
probonopd
78155c5990
DEFINES+="MUMBLE_VERSION=$TRAVIS_COMMIT"
https://github.com/mumble-voip/mumble/pull/3703#issuecomment-500264876
2019-06-10 06:06:02 +00:00
probonopd
6013e8de26
AppImage 2019-06-09 19:41:31 +00:00
Davide Beatrici
c75aafc493 travis-ci: build installer in macOS build 2019-04-05 00:59:47 +02:00
Davide Beatrici
12f3ba1e69 travis-ci: switch to Xenial for Qt 5 builds, improve matrix, update MXE mirror 2019-03-10 04:57:11 +01:00
Davide Beatrici
b427333257 Auto-update LICENSE.header in source files 2019-01-25 04:56:19 +01:00
Mikkel Krautz
6a1663a502 scripts/travis-ci: fix MUMBLE_NO_PCH checks in script.bash.
Change our checks for MUMBLE_NO_PCH to use string comparisons
instead of numerical comparisons.

When MUMBLE_NO_PCH is not set, the numerical equivalent check
fails because nothing is on the left-hand side of the -eq operator.

Fixes mumble-voip/mumble#3314
2018-01-20 15:35:30 +01:00
Mikkel Krautz
f6ba3a52bf Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Mikkel Krautz
5db8665e9d travis-ci: add macOS target.
This commit adds a Homebrew-based macOS build to our Travis CI build
matrix.

It also cleans up the exising build matrix such such that Linux builds
are built only on Linux hosts, and macOS builds are only built on macOS
hosts.
2017-03-29 00:51:06 +02:00
Mikkel Krautz
8ec4775949 travis-ci: add a no-pch build to the Travis matrix.
It's convenient to have a proof-build that checks whether
our no-pch build works, to keep it working.
2017-03-19 15:45:23 +01:00
Davide Beatrici
942ba6d48d travis-ci: Remove unneeded "winpaths_custom" CONFIG option
It's a leftover of old tests.
2017-03-18 00:53:29 +01:00
Davide Beatrici
2bd9f06651 travis-ci: Execute "make check" using Wine 2017-03-17 19:14:13 +01:00
Mikkel Krautz
f9cf8da5b8 travis-ci: Use MinGW build envs 2017-03-17 19:14:12 +01:00
Mikkel Krautz
629dd2d889 Add Qt 5 Trusty build to .travis.yml. 2017-02-28 01:52:11 +01:00