mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
Merge pull request #2649 from nanoant/patch/csources-as-submodule
Patch/csources as submodule
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -41,4 +41,3 @@ xcuserdata/
|
||||
/testresults.html
|
||||
/testresults.json
|
||||
testament.db
|
||||
/csources/
|
||||
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "csources"]
|
||||
path = csources
|
||||
url = ../../nim-lang/csources.git
|
||||
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable file
@@ -3,7 +3,7 @@ set -e
|
||||
set -x
|
||||
|
||||
if [ ! -d "csources" ]; then
|
||||
git clone --depth 1 https://github.com/nim-lang/csources.git
|
||||
git submodule update --init --depth 1
|
||||
fi
|
||||
|
||||
cd "csources"
|
||||
|
||||
1
csources
Submodule
1
csources
Submodule
Submodule csources added at 15724e2e1f
Reference in New Issue
Block a user