~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
eeceaf9a
—
Bernardo 7 years ago
fix symlink in appveyor
- appveyor.yml +6 -0
appveyor.yml
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
# Rust needs at least Visual Studio 2013 Appveyor OS for MSVC targets.
|
|
7
7
|
os: Visual Studio 2015
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
# before repo cloning
|
|
11
|
+
init:
|
|
12
|
+
- git config --global core.symlinks true
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
## Build Matrix ##
|
|
10
16
|
|
|
11
17
|
# This configuration will setup a build for each channel & target combination (12 windows
|