Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
f4c68876
Verified
Commit
f4c68876
authored
5 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Update azure build. Temporarily disable travis ci matrix notifs
parent
349d2109
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/install.sh
+2
-2
2 additions, 2 deletions
.ci/install.sh
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
4 additions
and
4 deletions
.ci/install.sh
+
2
−
2
View file @
f4c68876
...
...
@@ -4,7 +4,7 @@ set -ex
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
;
then
brew update
brew
install
qt5 lmdb clang-format ninja libsodium cmark
brew
install
qt5 lmdb clang-format ninja libsodium cmark
autoconf automake libtool
||
true
# probably should update this to check if these are actually installed or not
# but this installs boost, cmake, and icu4c if they aren't installed already
...
...
@@ -49,7 +49,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo
apt-add-repository
-y
"deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main"
sudo
apt-get update
-qq
sudo
apt-get
install
-qq
-y
clang
-5.0
sudo
apt-get
install
-qq
-y
clang
sudo
add-apt-repository
-y
ppa:beineri/opt-qt
${
QT_VERSION
}
-trusty
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
f4c68876
...
...
@@ -5,7 +5,7 @@ dist: trusty
notifications
:
webhooks
:
urls
:
-
https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MHJlZF9za3klM0FvY2Vhbi5qb2Vkb25vZnJ5LmNvbS8lMjFldkFxa1BIWnVQSElHZWVuaGklM0FvY2Vhbi5qb2Vkb25vZnJ5LmNvbQ
#
- https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MHJlZF9za3klM0FvY2Vhbi5qb2Vkb25vZnJ5LmNvbS8lMjFldkFxa1BIWnVQSElHZWVuaGklM0FvY2Vhbi5qb2Vkb25vZnJ5LmNvbQ
on_success
:
always
on_failure
:
always
on_start
:
never
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
f4c68876
...
...
@@ -110,7 +110,7 @@ if(NOT MSVC)
if
(
NOT CMAKE_COMPILER_IS_GNUCXX
)
# -Wshadow is buggy and broken in GCC, so do not enable it.
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79328
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wshadow"
)
#
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wshadow")
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment