File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Documentation: https://github.com/JuliaCI/Appveyor.jl
2
2
3
3
environment :
4
- JULIA_NUM_THREADS: 4
4
+ # JULIA_NUM_THREADS: 4
5
5
matrix :
6
6
- julia_version : 1.0
7
7
- julia_version : 1.1
8
- - julia_version: nightly
8
+ # - julia_version: nightly
9
9
10
10
platform :
11
11
- x86 # 32-bit
@@ -34,7 +34,6 @@ install:
34
34
build_script :
35
35
- echo "%JL_BUILD_SCRIPT%"
36
36
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
37
- # - C:\julia\bin\julia -e '@info "Running Julia with $(Base.Threads.nthreads()) threads"'
38
37
39
38
test_script :
40
39
- echo "%JL_TEST_SCRIPT%"
Original file line number Diff line number Diff line change 9
9
julia :
10
10
- 1.0
11
11
- 1.1
12
- - nightly
12
+ # - nightly
13
13
14
14
env :
15
15
- JULIA_NUM_THREADS=4
@@ -24,9 +24,6 @@ matrix:
24
24
notifications :
25
25
email : false
26
26
27
- before_script :
28
- - julia -e '@info "Running Julia with $(Base.Threads.nthreads()) threads"'
29
-
30
27
after_success :
31
28
# push coverage results to Codecov
32
29
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change 2
2
3
3
import Test
4
4
Test. @testset " Package ParallelProcessingTools" begin
5
+ @info " Testing with $(Base. Threads. nthreads ()) Julia threads."
6
+
5
7
include (" test_threadsafe.jl" )
6
8
include (" test_threadlocal.jl" )
7
9
include (" test_workpartition.jl" )
You can’t perform that action at this time.
0 commit comments