[Notes] [Git][BuildStream/buildstream][jonathan/wsl-tests] Test adding a wsl test



Title: GitLab

Jonathan Maw pushed to branch jonathan/wsl-tests at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -127,6 +127,21 @@ lint:
    127 127
       except:
    
    128 128
       - schedules
    
    129 129
     
    
    130
    +tests-wsl:
    
    131
    +  stage: test
    
    132
    +  variables:
    
    133
    +    LC_ALL: C.UTF-8
    
    134
    +    LANG: C.UTF-8
    
    135
    +  tags:
    
    136
    +  - wsl
    
    137
    +  before_script:
    
    138
    +  - mount
    
    139
    +  - df -h
    
    140
    +
    
    141
    +  script:
    
    142
    +  - find .
    
    143
    +  - tox
    
    144
    +
    
    130 145
     # Automatically build documentation for every commit, we want to know
    
    131 146
     # if building documentation fails even if we're not deploying it.
    
    132 147
     docs:
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]