-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update travis/appveyor files. Removed sys argv statement due to embed…
…Py update (#25) * update merge * update function name * fixed findDates function to account for the word of or in between dates, months and years * removed sys argv statement * fix appveyor and travis files * fix copy error * removed getembedpy
- Loading branch information
Showing
5 changed files
with
10 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
curl -fsSOJL %W64% | ||
conda install -c kx embedPy | ||
mkdir q | ||
7z x w64.zip -oq | ||
xcopy /E C:\Miniconda3-x64\q q | ||
echo|set /P =%QLIC_KC% >q\kc.lic.enc | ||
certutil -decode q\kc.lic.enc q\kc.lic | ||
|
||
set QHOME=%cd%\q | ||
set PATH=%QHOME%\w64;%PATH% | ||
echo .z.K | q -q | ||
echo show .z.K;show .z.k;exit 0 | q -q |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters