File tree 2 files changed +20
-13
lines changed
2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,12 @@ tasks:
115
115
lib_prefix : " lib"
116
116
ext : " dylib"
117
117
# windows
118
- - func : " fetch mongosqltranslate windows"
118
+ - func : " fetch libmongosqltranslate"
119
+ vars :
120
+ arch : " x86_64"
121
+ platform : " win"
122
+ lib_prefix : " "
123
+ ext : " dll"
119
124
- func : " build jdbc driver"
120
125
121
126
- name : " test-unit"
@@ -163,7 +168,12 @@ tasks:
163
168
lib_prefix : " lib"
164
169
ext : " dylib"
165
170
# windows
166
- - func : " fetch mongosqltranslate windows"
171
+ - func : " fetch libmongosqltranslate"
172
+ vars :
173
+ arch : " x86_64"
174
+ platform : " win"
175
+ lib_prefix : " "
176
+ ext : " dll"
167
177
- func : " run dc integration test"
168
178
169
179
- name : " test-smoke"
@@ -198,7 +208,12 @@ tasks:
198
208
lib_prefix : " lib"
199
209
ext : " dylib"
200
210
# windows
201
- - func : " fetch mongosqltranslate windows"
211
+ - func : " fetch libmongosqltranslate"
212
+ vars :
213
+ arch : " x86_64"
214
+ platform : " win"
215
+ lib_prefix : " "
216
+ ext : " dll"
202
217
- func : " generate github token"
203
218
- func : " run smoke test"
204
219
@@ -438,16 +453,6 @@ functions:
438
453
remote_file : mongosqltranslate/${lib_prefix}mongosqltranslate-v${LIBMONGOSQLTRANSLATE_VER}-${platform}-${arch}.${ext}
439
454
bucket : translators-connectors-releases
440
455
441
- " fetch mongosqltranslate windows " :
442
- - command : s3.get
443
- params :
444
- working_dir : mongo-jdbc-driver
445
- aws_key : ${release_aws_key}
446
- aws_secret : ${release_aws_secret}
447
- local_file : mongo-jdbc-driver/src/main/resources/x86_64/windows/mongosqltranslate.dll
448
- remote_file : mongosqltranslate/mongosqltranslate-v${LIBMONGOSQLTRANSLATE_VER}-win.dll
449
- bucket : translators-connectors-releases
450
-
451
456
" build jdbc driver " :
452
457
command : shell.exec
453
458
type : test
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ local_adf
14
14
15
15
# Ignore generated tests
16
16
resources /generated_test
17
+
18
+ .idea /
You can’t perform that action at this time.
0 commit comments