Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
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
Container Registry
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
hive
beem
Commits
b8cbe1a2
Commit
b8cbe1a2
authored
6 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
next one
parent
dc075477
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+28
-29
28 additions, 29 deletions
appveyor.yml
with
28 additions
and
29 deletions
appveyor.yml
+
28
−
29
View file @
b8cbe1a2
...
...
@@ -38,20 +38,19 @@ install:
$env:APPVEYOR_REPO_BRANCH, $env:APPVEYOR_PULL_REQUEST_NUMBER
$env:BRANCH = $env:BRANCH -replace "/#$"
-
ps
:
|
# Installed SDKs:
#- set "PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Tools\\Scripts;%PATH%"
set "PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
#- set VCINSTALLDIR="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"
# call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
set CL=-FI"%VCINSTALLDIR%\INCLUDE\stdint.h"
conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda config --add channels wheeler-microfluidics
conda update -q conda
conda info -a
conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography
conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs
conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller
#- set "PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Tools\\Scripts;%PATH%"
-
cmd
:
set "PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
#- set VCINSTALLDIR="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"
-
cmd
:
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
-
cmd
:
set CL=-FI"%VCINSTALLDIR%\INCLUDE\stdint.h"
-
cmd
:
conda config --set always_yes yes --set changeps1 no
-
cmd
:
conda config --add channels conda-forge
-
cmd
:
conda config --add channels wheeler-microfluidics
-
cmd
:
conda update -q conda
-
cmd
:
conda info -a
-
cmd
:
conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography
-
cmd
:
conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs
-
cmd
:
conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller
# Upgrade to the latest version of pip to avoid it displaying warnings
...
...
@@ -62,23 +61,23 @@ install:
# - "pip install --user --upgrade graphenelib"
build_script
:
-
ps
:
|
# Build the compiled extension
python setup.py build
# Build the compiled extension
-
cmd
:
python setup.py build
test_script
:
-
ps
:
|
# Run the project tests
py.test tests/beembase
py.test tests/beemgraphene
# Run the project tests
-
cmd
:
py.test tests/beembase
-
cmd
:
py.test tests/beemgraphene
after_test
:
-
ps
:
|
# If tests are successful, create binary packages for the project.
pyinstaller beempy-onedir.spec
# If tests are successful, create binary packages for the project.
-
cmd
:
pyinstaller beempy-onedir.spec
-
ps
:
|
# package artifacts
copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy
copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy
7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
7z a -m0=LZMA2 -mx9 $env:BUILD %APPVEYOR_BUILD_FOLDER%\dist\beempy
# package artifacts
-
cmd
:
copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy
-
cmd
:
copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy
-
ps
:
7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
-
ps
:
7z a -m0=LZMA2 -mx9 $env:BUILD %APPVEYOR_BUILD_FOLDER%\dist\beempy
-
ps
:
|
# generate sha256 hashes
(get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii
...
...
@@ -95,6 +94,6 @@ artifacts:
-
path
:
beempy.zip.sha256
name
:
beempy_zip sha256 hash
# on_finish:
# - ps: | # update appveyor build version, done last to prevent webhook breakage
# update-appveyorbuild -version $env:AVVER
\ No newline at end of file
on_finish
:
-
ps
:
|
# update appveyor build version, done last to prevent webhook breakage
update-appveyorbuild -version $env:AVVER
\ No newline at end of file
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