Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.tensorflow
Merge requests
!5
Resolve "Tensorflow 1.0"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Tensorflow 1.0"
23-tensorflow-1-0
into
master
Overview
0
Commits
6
Pipelines
1
Changes
1
Merged
Tiago de Freitas Pereira
requested to merge
23-tensorflow-1-0
into
master
8 years ago
Overview
0
Commits
6
Pipelines
1
Changes
1
Expand
Closes
#23 (closed)
0
0
Merge request reports
Viewing commit
0f87c1d6
Prev
Next
Show latest version
1 file
+
0
−
54
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0f87c1d6
Tensorflow 1.0
· 0f87c1d6
Tiago de Freitas Pereira
authored
8 years ago
.gitlab-ci.yml
+
0
−
54
Options
@@ -193,57 +193,3 @@ docs_linux_35:
@@ -193,57 +193,3 @@ docs_linux_35:
-
build_linux_35
-
build_linux_35
tags
:
tags
:
-
conda-linux
-
conda-linux
# Mac OSX + Python 2.7: Builds and tests
build_macosx_27
:
<<
:
*build_job
variables
:
&macosx_27_build_variables
PYTHON_VERSION
:
"
2.7"
WHEEL_TAG
:
"
py27"
tags
:
-
conda-macosx
test_macosx_27
:
<<
:
*test_job
variables
:
*macosx_27_build_variables
dependencies
:
-
build_macosx_27
tags
:
-
conda-macosx
# Mac OSX + Python 3.4: Builds and tests
build_macosx_34
:
<<
:
*build_job
variables
:
&macosx_34_build_variables
PYTHON_VERSION
:
"
3.4"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_34
:
<<
:
*test_job
variables
:
*macosx_34_build_variables
dependencies
:
-
build_macosx_34
tags
:
-
conda-macosx
# Mac OSX + Python 3.5: Builds and tests
build_macosx_35
:
<<
:
*build_job
variables
:
&macosx_35_build_variables
PYTHON_VERSION
:
"
3.5"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_35
:
<<
:
*test_job
variables
:
*macosx_35_build_variables
dependencies
:
-
build_macosx_35
tags
:
-
conda-macosx
Loading