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
tianlh
LightGBM-DCU
Commits
3c1ee4b7
Commit
3c1ee4b7
authored
Jun 18, 2017
by
Guolin Ke
Committed by
GitHub
Jun 18, 2017
Browse files
change appveyor build order
parent
40d3128d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
appveyor.yml
appveyor.yml
+7
-6
No files found.
appveyor.yml
View file @
3c1ee4b7
...
...
@@ -11,18 +11,19 @@ clone_depth: 50
init
:
-
"
ECHO
%PYTHON_VERSION%
%MINICONDA%"
install
:
build_script
:
-
mkdir build && cd build
-
cmake -DCMAKE_GENERATOR_PLATFORM=x64 .. && cmake --build . --target ALL_BUILD --config Release
-
cd ..
test_script
:
-
"
set
PATH=%MINICONDA%;%MINICONDA%/Scripts;%PATH%"
-
conda config --set always_yes yes --set changeps1 no
-
conda update -q conda
-
conda info -a
-
conda install --yes numpy scipy scikit-learn pandas matplotlib
-
pip install pep8 pytest
build_script
:
-
mkdir build && cd build
-
cmake -DCMAKE_GENERATOR_PLATFORM=x64 .. && cmake --build . --target ALL_BUILD --config Release
-
cd ../python-package && python setup.py install && cd ..
-
cd python-package && python setup.py install && cd ..
-
pytest tests/c_api_test/test.py
-
pytest tests/python_package_test
-
pep8 --ignore=E501 --exclude=./compute,./docs .
...
...
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