about summary refs log tree commit diff stats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-15 19:27:32 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-15 19:27:32 +0200
commit10d13f01ff764ba0e875adf5d2b83c49aa08d148 (patch)
treecad3a1162879cdf53d3a6ac7f97a025d4a65ff40 /layout.c
parent8fcc4ff0ae2b20f9605370cee02ebcda50f8777c (diff)
downloaddwm-10d13f01ff764ba0e875adf5d2b83c49aa08d148.tar.gz
fififi
Diffstat (limited to 'layout.c')
0 files changed, 0 insertions, 0 deletions
2019-06-08 03:31:20 -0400 updated travis build script' href='/gbmor/getwtxt/commit/.travis.yml?h=v0.4.9&id=a8464ae0c913f0205aae3e60eb28f46f34eb4f21'>a8464ae ^
c2af133 ^







c5daf91 ^
fff90c7 ^
c2af133 ^
99d2df6 ^


c5daf91 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29


            

         
 

         
 

            

                  
 







                                                                                                                 
                                               
                                                                  
        


              
                                                 
language: go

go:
 - 1.11.x
 - 1.12.x

os: 
  - linux

dist: xenial

env:
  - GO111MODULE=on

before_script:
  - sudo apt-get update
  - sudo apt-get install -y libc6:i386 libstdc++6:i386
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build

script: 
  - go test -v -race --coverprofile=c.out ./...
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
  - make

after_script:
  - make clean
  - go test -v -run=NONE -bench . -benchmem ./...