forked from loafle/openapi-generator-original
parent
67ebe17dd6
commit
7d9fb9f51e
5
.gitignore
vendored
5
.gitignore
vendored
@ -206,5 +206,8 @@ samples/client/petstore/dart/petstore/packages
|
||||
samples/client/petstore/dart/flutter_petstore/test/packages
|
||||
samples/client/petstore/dart/petstore/test/packages
|
||||
|
||||
## JS
|
||||
# JS
|
||||
samples/client/petstore/javascript/package-lock.json
|
||||
|
||||
# elm
|
||||
samples/client/petstore/elm/index.html
|
||||
|
@ -41,6 +41,7 @@ before_install:
|
||||
- gem install bundler
|
||||
- npm install -g typescript
|
||||
- npm install -g npm
|
||||
- npm install -g elm
|
||||
- npm config set registry http://registry.npmjs.org/
|
||||
# set python 3.6.3 as default
|
||||
- source ~/virtualenv/python3.6/bin/activate
|
||||
|
4
pom.xml
4
pom.xml
@ -848,8 +848,8 @@
|
||||
</activation>
|
||||
<modules>
|
||||
<!-- clients -->
|
||||
<!-- elm client not fully ready for CI yet
|
||||
<module>samples/client/petstore/elm</module>-->
|
||||
<!-- elm client not fully ready for CI yet -->
|
||||
<module>samples/client/petstore/elm</module>
|
||||
<module>samples/client/petstore/groovy</module>
|
||||
<module>samples/client/petstore/rust</module>
|
||||
<!--<module>samples/client/petstore/perl</module>-->
|
||||
|
@ -33,7 +33,12 @@
|
||||
<goal>exec</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<executable>./elm-compile-test</executable>
|
||||
<executable>elm</executable>
|
||||
<arguments>
|
||||
<argument>make</argument>
|
||||
<argument>--yes</argument>
|
||||
<argument>src/Main.elm</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user