Fetch origin/master properly
This commit is contained in:
parent
a7a8c02c27
commit
49b1214f24
@ -7,6 +7,7 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
||||||
- git fetch --unshallow
|
- git fetch --unshallow
|
||||||
script:
|
script:
|
||||||
- "cd test && python3 -m nose --rednose --verbose"
|
- "cd test && python3 -m nose --rednose --verbose"
|
||||||
@ -28,6 +29,7 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
PQCLEAN_ONLY_DIFF: 1
|
PQCLEAN_ONLY_DIFF: 1
|
||||||
before_install:
|
before_install:
|
||||||
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
||||||
- git fetch --unshallow
|
- git fetch --unshallow
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- brew link gcc
|
- brew link gcc
|
||||||
|
@ -22,6 +22,8 @@ init:
|
|||||||
- set PATH="C:\\Python37";"C:\\Python37\Scripts";%PATH%
|
- set PATH="C:\\Python37";"C:\\Python37\Scripts";%PATH%
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
||||||
|
- git fetch
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
- cd test
|
- cd test
|
||||||
# Download Astyle to local folder because putting it in PATH doesn't work
|
# Download Astyle to local folder because putting it in PATH doesn't work
|
||||||
|
Loading…
Reference in New Issue
Block a user