Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Martinović committed May 3, 2023
1 parent 0e0a001 commit 451688c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
- run:
name: Clone repo
command: git clone https://github.com/martino-vic/gerstnerhungarian.git
# - run:
# name: Clone reference catalogues (takes 1min15s) & loanpy
# command: |
# mkdir concepticon
# cd concepticon
# git clone https://github.com/concepticon/concepticon-data.git
# cd ..
# git clone https://github.com/glottolog/glottolog.git
# git clone https://github.com/cldf-clts/clts.git
# git clone https://github.com/martino-vic/loanpy.git
# url="https://raw.githubusercontent.com/martino-vic/ronataswestoldturkic/main/loanpy/H2EAHsc.json"
# curl -s -L "$url" -o gerstnerhungarian/etc/H2EAHsc.json
- run:
name: Clone reference catalogues (takes 1min15s) & loanpy
command: |
mkdir concepticon
cd concepticon
git clone https://github.com/concepticon/concepticon-data.git
cd ..
git clone https://github.com/glottolog/glottolog.git
git clone https://github.com/cldf-clts/clts.git
git clone https://github.com/martino-vic/loanpy.git
url="https://raw.githubusercontent.com/martino-vic/ronataswestoldturkic/main/loanpy/H2EAHsc.json"
curl -s -L "$url" -o gerstnerhungarian/etc/H2EAHsc.json
- run:
name: install commands & download spacy word vector model
command: |
Expand Down

0 comments on commit 451688c

Please sign in to comment.