Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TNL gradient descent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Jakub Klinkovský
TNL gradient descent
Commits
f6ce9ab8
There was an error fetching the commit references. Please try again later.
Commit
f6ce9ab8
authored
2 years ago
by
Jakub Klinkovský
Browse files
Options
Downloads
Patches
Plain Diff
Remove AppVeyor and Travis configs
parent
8a2e5244
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.appveyor.yml
+0
-15
0 additions, 15 deletions
.appveyor.yml
.travis.yml
+0
-21
0 additions, 21 deletions
.travis.yml
with
0 additions
and
36 deletions
.appveyor.yml
deleted
100644 → 0
+
0
−
15
View file @
8a2e5244
version
:
'
1.0.{build}'
image
:
Visual Studio
2017
install
:
-
git submodule update --init --recursive
before_build
:
-
cmake -DBUILD_TESTS=True -DBUILD_EXAMPLES=True .
build
:
project
:
$(APPVEYOR_BUILD_FOLDER)\gdcpp.sln
test_script
:
-
'
%APPVEYOR_BUILD_FOLDER%\test\Debug\run_tests.exe'
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
21
View file @
8a2e5244
language
:
cpp
compiler
:
-
gcc
dist
:
trusty
sudo
:
required
before_install
:
-
sudo apt-get update -qq
-
sudo apt-get install -qq build-essential cmake
install
:
script
:
-
mkdir build
-
cd build
-
cmake -DBUILD_TESTS=True -DBUILD_EXAMPLES=True ..
-
make
-
./test/run_tests
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