Skip to content

Commit

Permalink
:smile
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Dec 31, 2015
1 parent 96c664a commit 398c6f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build_script:
- cd src
- sed -e "s/\$(LINKARGS2)/\$(LINKARGS2) | sed -e 's#.*\\\\r.*##'/" Make_mvc.mak > Make_mvc2.mak
- nmake -f Make_mvc2.mak CPU=AMD64 GUI=yes IME=yes MBYTE=yes ICONV=yes DEBUG=no PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON=C:\Python27-x64 PYTHON3_VER=34 DYNAMIC_PYTHON3=yes PYTHON3=C:\Python34-x64
- .\gvim -u NONE -c "redir @a | ver | 0put a | wq!" ver.txt
- type ver.txt
- .\gvim -u NONE -c "redir @a | smile | 0put a | wq!" smile.txt
- type smile.txt

test_script:
- cd testdir
- nmake -f Make_dos.mak VIMPROG=..\gvim
#test_script:
# - cd testdir
# - nmake -f Make_dos.mak VIMPROG=..\gvim

0 comments on commit 398c6f3

Please sign in to comment.