Fetch origin/master properly

Šī revīzija ir iekļauta:
Thom Wiggers 2019-04-16 15:23:14 +02:00
vecāks a7a8c02c27
revīzija 49b1214f24
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 001BB0A7CE26E363
2 mainīti faili ar 4 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -7,6 +7,7 @@ matrix:
before_install:
- pip3 install -r requirements.txt
before_script:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch --unshallow
script:
- "cd test && python3 -m nose --rednose --verbose"
@ -28,6 +29,7 @@ matrix:
env:
PQCLEAN_ONLY_DIFF: 1
before_install:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch --unshallow
- pip3 install -r requirements.txt
- brew link gcc

Parādīt failu

@ -22,6 +22,8 @@ init:
- set PATH="C:\\Python37";"C:\\Python37\Scripts";%PATH%
build_script:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch
- python -m pip install -r requirements.txt
- cd test
# Download Astyle to local folder because putting it in PATH doesn't work