Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
c2fc079f
Commit
c2fc079f
authored
Aug 06, 2019
by
Edward Z. Yang
Browse files
Attempt OS X binaries
Signed-off-by:
Edward Z. Yang
<
ezyang@fb.com
>
parent
7bee6834
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.circleci/config.yml
.circleci/config.yml
+25
-0
No files found.
.circleci/config.yml
View file @
c2fc079f
...
@@ -36,6 +36,31 @@ jobs:
...
@@ -36,6 +36,31 @@ jobs:
-
store_artifacts
:
-
store_artifacts
:
path
:
/opt/conda/conda-bld/linux-64
path
:
/opt/conda/conda-bld/linux-64
binary_macos_wheel
:
parameters
:
<<
:
*param_target_commit
macos
:
xcode
:
"
9.0"
resource_class
:
2xlarge+
steps
:
-
checkout
-
run
:
TARGET_COMMIT=<< parameters.target_commit >> build_tools/packaging/wheel/osx_wheel.sh
-
store_artifacts
:
path
:
$HOME/torchaudio_wheels
binary_macos_conda
:
parameters
:
<<
:
*param_target_commit
macos
:
xcode
:
"
9.0"
resource_class
:
2xlarge+
steps
:
-
checkout
# TODO: This needs a conda install...
-
run
:
TARGET_COMMIT=<< parameters.target_commit >> build_tools/packaging/conda/build_audio.sh
-
store_artifacts
:
path
:
$HOME/miniconda3/conda-bld/osx-64
workflows
:
workflows
:
build
:
build
:
jobs
:
jobs
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment